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, I'm making a game using signalr. The server must have a timer that sends its value to the participants of the game session group. Made it a separate class that calls IHubContext. But when I enable this loop, clients can't connect to the hub. The client returns an error: The connection has not been established.
why is this happening?
The text was updated successfully, but these errors were encountered:
Hi, I'm making a game using signalr. The server must have a timer that sends its value to the participants of the game session group. Made it a separate class that calls
IHubContext
. But when I enable this loop, clients can't connect to the hub. The client returns an error:The connection has not been established
.why is this happening?
The text was updated successfully, but these errors were encountered: