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
There is nothing usefull you can do in run_threads due to callback()
blocks on accept and only returns on a slave command.
Return -1 did not break the while loop. It looks like a mistake. Never
the less, this behavour is kept due to exiting all threads just because
a socket error happened is most probably not desired.
0 commit comments