forked from soernt/signalr_client
-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
The following two conditions appear to be the exact same one. Seems to me that this means the second one can't ever be true. Might be worth a look to remove the dead code or fix the condition.
signalr_client/lib/hub_connection.dart
Line 737 in 5c5b5f8
} else if (_connectionState == HubConnectionState.Connected) { |
signalr_client/lib/hub_connection.dart
Line 739 in 5c5b5f8
} else if (_connectionState == HubConnectionState.Connected) { |
Metadata
Metadata
Assignees
Labels
No labels