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
Currently, timeouts are not supported in Serial transports.
Because of that, a read task might block forever while trying to read if the correspondent session was closed. Consequently, the z_close call will also block indefinitely.
To reproduce
Start zenoh-pico session towards zenohd using a Serial locator.
Close the session.
The task closing the session will block indefinitely.
System info
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, timeouts are not supported in Serial transports.
Because of that, a read task might block forever while trying to read if the correspondent session was closed. Consequently, the
z_close
call will also block indefinitely.To reproduce
zenohd
using a Serial locator.System info
N/A
The text was updated successfully, but these errors were encountered: