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
Two Zenoh entities running in the same machine (e.g., a zenohd and a zenoh peer subscriber) might try to open the same serial device if it is advertised in during the scouting procedure.
Describe the bug
Two Zenoh entities running in the same machine (e.g., a zenohd and a zenoh peer subscriber) might try to open the same serial device if it is advertised in during the scouting procedure.
As short-term solution, Zenoh must flag the serial device with exclusive usage.
Currently, Z-Serial is setting it as
false
.https://github.com/ZettaScaleLabs/z-serial/blob/master/src/lib.rs#L203
As long-term solution, we should think on how to advertise serial links in the scouting procedure, since currently the locator as only local meaning.
To reproduce
zenohd
with serial supportzenohd
with a serial locatorzenoh peer subscriber
System info
The text was updated successfully, but these errors were encountered: