TargetProcess / signalr-client-py

python client proxy for signalr
Other
63 stars 58 forks source link

Make `Connection.wait` return `True` when connection has closed #39

Open BenjaminSchaaf opened 6 years ago

BenjaminSchaaf commented 6 years ago

This is useful when you use Connection.wait in a loop (with a timeout) and want to exit when the connection has closed.