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
If I, in a Node.js SignalR client, try to establish a connection to a ws+unix: URL (named pipes or Unix domain sockets), a "Cannot resolve" error is thrown in HttpConnection._resolveUrl.
If I change the _resolveUrl method so that it accepts any URL, everything works perfectly fine.
Expected Behavior
The HttpConnection._resolveUrl should accept URLs that start with ws+unix: (no check for forward slashes!) and leave them unchanged.