You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, how know was successfull? Seems like the statusconnections only returns when the connections failure or is reconnecting. But I want to know if cnnection status is 'connected' at first time to try connections.
Thanks
The text was updated successfully, but these errors were encountered:
I think you subscribe ‘to late’ to the status changes.
If you inject the signalrR service into your component or whatsoever you probably use something like this.signalr.connect(); and then subscribe to the status changes.
Then you could miss the connecting and connected state change.
You should do this.signalr.createConnection();, Save the result, subscribe to the state changes, start the connection you received from the createConnection method.
Can’t create code blocks because I’m on phone. Sorry.
Hi, how know was successfull? Seems like the statusconnections only returns when the connections failure or is reconnecting. But I want to know if cnnection status is 'connected' at first time to try connections.
Thanks
The text was updated successfully, but these errors were encountered: