Skip to content

Alpaca Websocket reconnection

Compare
Choose a tag to compare
@ttt733 ttt733 released this 23 Aug 03:47
· 617 commits to master since this release

In this release, automatic reconnection was added for the Alpaca Websocket stream. This should help with cases in which the network connection is unstable or where the machine running an application using the SDK may go to sleep or otherwise pause execution. Additionally, a fix was made for cases in which async code was using the SDK's websocket connection, and support for OAuth authentication was added.