SignalR loss of session sate/connections when publish to site, etc -
i have application has asp.net singnalr server talking windows service backend signalr client. reports come client. howeve3r, i web publish site, wipes things out , have restart client again. have implemented reconnect logic how can store session state on server , retrieve it?
you'll have store signalr connectionid in a db. see http://www.asp.net/signalr/overview/signalr-20/hubs-api/mapping-users-to-connections
Comments
Post a Comment