In this release we add the ability to stop the websocket connection when using the data streams. Allowing the users to "pause/resume" their data stream.(d7e10ec51824947a010b7340b2162578844d4879)
We also add advanced usage example to help tackle the most common usage issues:
* pause/resume websocket connection (fc61ca97ac6d06d3aad6a79d39b1672c03634508)
* change the channels the websocket is subscribed to (85abc5874b0c3b4ce5d608b5f28cfba4e1ab4c72)
* websocket re-connection pattern, making sure we reconnect on ws diconnection (2902cb4a15816074da1374553faeb35b77cbc63a)
* different channels subscriptions for alpaca and polygon data streams.