[MN-07] SignalR: Missing Reconnection Logic #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Full Detail:
SyncService.csuses.WithAutomaticReconnect()(line 44) which handles low-level socket recovery. However, the application layer doesn't handle higher-level state synchronization after a reconnect.Action:
_hubConnection.Reconnectedevent handler.