In SignalR, is it possible to simulate reconnection for testing?

I understand that SignalR is constantly trying to reconnect if the connection fails for some reason. What is the best way to check my server and client response to this?

+5
source share
1 answer

To check the disconnect on the server: go to another page.

To check disconnection on the client: reset the server (IISreset?).

0
source

All Articles