- run the bridge (cargo run)
- run another zenoh node (zenohd or zenoh example, like z_info)
- run
yarn start example deno z_info
- the node is displayed as connectivity
- stop another zenoh node
- no delete event received
If anoter node is started after deno z_info, the delete event is received normally
The problem is somehow related to multiple session on runtime
yarn start example deno z_infoIf anoter node is started after deno z_info, the delete event is received normally
The problem is somehow related to multiple session on runtime