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
Whenever the keepalive lease times out (for example, zenohd shut down), the session never actually gets closed. Doing z_check(session) keeps returning true as well. The session remains active so for example a publisher will keep publishing to nothing.
meganukebmp
changed the title
[Bug] [ESP-IDF] Unicast lease (possibly others?) does not kill session on timeout
[Bug] [All platforms] Unicast lease (possibly others?) does not kill session on timeout
Mar 19, 2024
Describe the bug
Whenever the keepalive lease times out (for example, zenohd shut down), the session never actually gets closed. Doing
z_check(session)
keeps returning true as well. The session remains active so for example a publisher will keep publishing to nothing.To reproduce
System info
Zenohd 0.10.1
zenoh-pico 0.10.1
esp32-eth01, esp32-lolin
The text was updated successfully, but these errors were encountered: