I want to inform to client of server crash i.e. singnalr hub crash and
call my method in .net client which try to reconnect after 10 secs ,
How to know if server crashed in my .net client
I used Closed event of HubConnection class to call my method which connects to hub , this solved my problem