danpaquin / coinbasepro-python

The unofficial Python client for the Coinbase Pro API
MIT License
1.82k stars 732 forks source link

Websockets are in a stopped state at initialization. #316

Closed uclatommy closed 6 years ago

uclatommy commented 6 years ago

The self.stop variable should be True at initialization. Correct initial value is desirable because someone may create a websocket client and rely on a conditional test based on this boolean to determine when to start() the socket.

danpaquin commented 6 years ago

This is very subtle, but I like it. Thanks for the contribution!