Closed FernanOrtega closed 4 years ago
There was an error in code since state "disconnected" wasn't properly assigned to the state of the hub connection when calling hub_connection.stop() method.
The solution was quite trivial: change double equal with single equal.
woops! so many thanks dude!
There was an error in code since state "disconnected" wasn't properly assigned to the state of the hub connection when calling hub_connection.stop() method.
The solution was quite trivial: change double equal with single equal.