mandrewcito / signalrcore

SignalR Core python client
https://mandrewcito.github.io/signalrcore/
MIT License
116 stars 55 forks source link

Fixed state change of Hub connection when calling hub_connection.stop() method. #21

Closed FernanOrtega closed 4 years ago

FernanOrtega commented 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.

mandrewcito commented 4 years ago

woops! so many thanks dude!