This repository was archived by the owner on Nov 18, 2024. It is now read-only.
v0.8.9
- 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