Is there a way to handle multiple running connections to different hubs from inside a single JavaScript SignalR client?
EDIT I meant the ability to connect to different URLs (one can change the connection URL through $.connection.hub.url) from JavaScript client. It looks like it’s not possible (or rather hard to do) in current implementation, as there is one global connection.
Multiple hubs work against one connection and that works fine today.