You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Register queue on streaming handle before sending the subscribe request
This commit creates the subscription queue befor sending out the
subscribe request. This ensures that if the data server sends an
update event before the subscribe request returns, the data is still
processed.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Labone Python API Changelog
2
2
3
+
## Version 3.2.1
4
+
* Fix bug that caused subscriptions to potentially miss value updates after the subscription was registered but before the subscribe functions returned.
5
+
3
6
## Version 3.2.0
4
7
*`subscribe` accepts keyword arguments, which are forwarded to the data-server.
5
8
This allows to configure the subscription to the data-server.
0 commit comments