Skip to content

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

Open
ibraaaa wants to merge 1 commit intodanpaquin:masterfrom
ibraaaa:patch-2
Open

Set stop=true if an error occurs while creating a socket connection#378
ibraaaa wants to merge 1 commit intodanpaquin:masterfrom
ibraaaa:patch-2

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.

1 participant