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
{{ message }}
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: RELEASE_NOTES
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
9.3.0
2
2
=====
3
3
4
-
1. Fix FQDN events.
4
+
1. Fix FQDN events (#423,#315)
5
5
Limitations:
6
-
- in case DeviceProxy is used for event subscription client will get incorrect value in the event callback if short domain name is used in env.TANGO_HOST e.g. hzgc103k -> hzgc103.desy.de
6
+
- in case DeviceProxy is used for event subscription client will get incorrect value
7
+
in the event callback if short domain name is used in env.TANGO_HOST
8
+
e.g. hzgc103k -> hzgc103.desy.de
9
+
2. Fix memory leak when pipe event is sent and there is no client (#447,#448)
10
+
3. Set the ZMQ Receive Buffer High Water Mark only if it changes (#444,#445)
11
+
to reduce the impact of a bug in ZMQ 4.2.0 and ZMQ 4.2.1.
0 commit comments