Salakhosh
Help in understanding a concept in SignalR
Yes sir i read this document yesterday and this part caused me confusion : The OnDisconnected event handler executes at the end of a SignalR connection. A SignalR connection can end in any of the following ways:
1-If the client calls the Stop method, a stop message is sent to the server, and both client and server end the SignalR connection immediately.
2-After connectivity between client and server is lost, the client tries to reconnect and the server waits for the client to reconnect. If the attempts to reconnect are unsuccessful and the disconnect timeout period ends, both client and server end the SignalR connection. The client stops trying to reconnect, and the server disposes of its representation of the SignalR connection.
3-If the client stops running without having a chance to call the Stop method, the server waits for the client to reconnect, and then ends the SignalR connection after the disconnect timeout period.
If the server stops running, the client tries to reconnect (re-create the transport connection), and then ends the SignalR connection after the disconnect timeout period.
6 replies
❔ can someone please help me make a 4 day road map before my internship starts?
And yes I know 4 day is a short time and roadmaps differ from a person to another but I need something to not feel completely lost just to get hang of it
I know I have to look what MVVM is and Team foundation system. Should I look up a YouTube video about C# basics or???
16 replies