You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears using a "stomp+ssl://..." URL string is unsupported. It falls through to the default case. (Attempts to connect to localhost:61613) however it appears +ssl is supported when specifying URL strings for a failover.
Any reason why we couldnt use the same regex that parses the failover host urls for the regular url parsing?
It appears using a "stomp+ssl://..." URL string is unsupported. It falls through to the default case. (Attempts to connect to localhost:61613) however it appears +ssl is supported when specifying URL strings for a failover.
Any reason why we couldnt use the same regex that parses the failover host urls for the regular url parsing?
stomp/lib/client/utils.rb
Line 24 in 2c8976a
stomp/lib/client/utils.rb
Line 92 in 2c8976a
The text was updated successfully, but these errors were encountered: