Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

v0.8.9

Compare
Choose a tag to compare
@ThetaData-API ThetaData-API released this 14 Mar 20:14
· 58 commits to master since this release
  • Added STREAM_DEAD message, which means the stream needs to be restarted by calling connect_stream().
  • Added a reference to the thread that receives the stream that gets returned when you call connect_stream()
  • You can now access the ThetaClient object that you called connect_stream() on inside the callback method by using msg.client
  • Bug Fixes