v13.2.0 #350
Graeme22
announced in
Announcements
v13.2.0
#350
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What's Changed
AlertStreamer: previously, a race condition was possible after sending the subscribe message but before the server received it. This could cause missed messages after callingAlertStreamer.subscribe_accounts(), for example. Now the subscription functions wait for confirmation from the server before returning. If confirmation isn't received within 10 seconds, the streamer crashes with a timeout, similar toDXLinkStreamer.AlertStreamerare now raised instead of ignored, so instead of failing silently users can see what happened. This is a breaking change, but it only breaks code that was already silently broken.Full Changelog: v13.1.0...v13.2.0
This discussion was created from the release v13.2.0.
All reactions