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
Also from client side on the serial port , there is no retry attempt if the setup of the session fails.
It keep hanging on a read and never times out.
I (312) cpu_start: Chip rev: v1.0
I (317) heap_init: Initializing. RAM available for dynamic allocation:
I (324) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (330) heap_init: At 3FFB3190 len 0002CE70 (179 KiB): DRAM
I (336) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (342) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (349) heap_init: At 4008CFE8 len 00013018 (76 KiB): IRAM
I (356) spi_flash: detected chip: winbond
I (360) spi_flash: flash io: dio
I (365) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
>>> Starting Zenoh-Pico Publisher...
Opening Zenoh Session...
I (485) uart: queue free spaces: 100
[1970-01-01T00:00:00Z INFO ::_z_unicast_open_client] Sending Z_INIT(Syn)
[1970-01-01T00:00:00Z DEBUG ::_z_init_encode] Encoding _Z_MID_T_INIT
Restarting the client doesn´t help also as the zenohd completely ignores the port.
What am I missing ? The way server and client handle a serial unreliable connection simply cannot work.
Describe the bug
When connecting via serial port to zenohd, it accepts the session , transports data and the closes the connection.
From that point on it ignores any new connection attempts.
Also from client side on the serial port , there is no retry attempt if the setup of the session fails.
It keep hanging on a read and never times out.
Restarting the client doesn´t help also as the zenohd completely ignores the port.
What am I missing ? The way server and client handle a serial unreliable connection simply cannot work.
To reproduce
System info
The text was updated successfully, but these errors were encountered: