Skip to content

Repeated condition in an else if? #116

@MaxLap

Description

@MaxLap

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.

} else if (_connectionState == HubConnectionState.Connected) {

} else if (_connectionState == HubConnectionState.Connected) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions