Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set stop=true if an error occurs while creating a socket connection #378

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ibraaaa
Copy link

@ibraaaa ibraaaa commented Aug 25, 2019

When an exception is thrown while opening a connection or subscribing, stop still remains false.
Users of WebsocketClient class will have no way to know whether a connection is live and functioning. This commit allows users to rely on ws_client.stop to figure this out.

When an exception is thrown during opening a connection or subscribing, self.stop still remains false. 
Users of WebsocketClient class will have no way to know whether a connection is live and functioning. This commit allows users to rely on self.stop to figure this out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant