User61956409 posted
Hi Nima,
Since the SignarlR team forgets to add reconnect ability to SignalR core 1.1.0, I do it manually but the connection id changes so for the obvious reason new connection is not belong to its assigned
group anymore. Is there anyway to set id manually or better way to reconnect without upgrading to core 3 or unnecessarily request to the server to reassign new connection to the group?
Would you like to specify/set connectionId by yourself on SignalR JavaScript client while reestablishing connection? As far as I know, it does not support us to create the connectionId manually.
This SO thread discussed a similar question, please refer to it.
https://stackoverflow.com/questions/58453803/how-to-set-connection-id-in-signalr-client
With Regards,
Fei Han