Repro steps:
- start client like so
./Build/wh_posix_client.elf --test
- start server like so
./Build/wh_posix_server.elf
- See segfault
Notes:
Looks like this is caused by the transport_cb not being set when the client connection gets torn down and reconnected after the first test.
Might be a good idea to add a CI test that uses this --test flag
Repro steps:
./Build/wh_posix_client.elf --test./Build/wh_posix_server.elfNotes:
Looks like this is caused by the transport_cb not being set when the client connection gets torn down and reconnected after the first test.
Might be a good idea to add a CI test that uses this
--testflag