If I store a connection id associated with an order in my DB, can I use that connection id to reopen the same SignalR connection when the page is refreshed.
Is there a way to specify a connection id to open when calling $.connection.hub.start()
?
Something like $.connection.hub.start("001ddf34-23sd-nds7d-asdjh-647hfash3")