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
Subscriber undeclaration can currently deadlock when Zenoh is compiled with "unstable" feature, due to a write lock that is not dropped when undeclaring a remote-locality subscriber that is not the last one.
To reproduce
Compile Zenoh with "unstable" feature.
Declare multiple subscribers on the same keyexpr.
Drop one of the subscribers: it deadlocks.
System info
Zenoh 1.0.4
The text was updated successfully, but these errors were encountered:
Describe the bug
Subscriber undeclaration can currently deadlock when Zenoh is compiled with "unstable" feature, due to a write lock that is not dropped when undeclaring a remote-locality subscriber that is not the last one.
To reproduce
System info
Zenoh 1.0.4
The text was updated successfully, but these errors were encountered: