windows named pipe may never exit #126

Closed
opened 2021-03-11 01:54:07 +00:00 by AlexVdberg · 0 comments
AlexVdberg commented 2021-03-11 01:54:07 +00:00 (Migrated from github.com)

I fixed this issue on linux sockets.
the bridge's destructor sets the tx_run and rx_run flags to false.
If reading from the pipe is a blocking call, it will never get to the next iteration of the while loop to check if it should exit
solution is to make sure the pipe is non-blocking

I fixed this issue on linux sockets. the bridge's destructor sets the tx_run and rx_run flags to false. If reading from the pipe is a blocking call, it will never get to the next iteration of the while loop to check if it should exit solution is to make sure the pipe is non-blocking
Sign in to join this conversation.
No description provided.