Is it possible to manage multiple active connections to various hubs using a single JavaScript SignalR client?
UPDATE What I actually meant was the capability to connect to different URLs (where one can modify the connection URL through $.connection.hub.url
) from a JavaScript client. It seems like this is not achievable (or at least difficult) in the current setup, as there is only one global connection.