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
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
Unix systems appear to be having a race condition in server teardown in trashtest_comms. Currently, the trashy workaround is a time.sleep(.1) call. This is bad practice and slows down the tests. It would be nice to know where the race condition is coming from, and then to fix it (theoretically, stop_threadsafe should block on full close. Is that the same as releasing the socket though?). It's possible this is a problem with Loopa.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Unix systems appear to be having a race condition in server teardown in trashtest_comms. Currently, the trashy workaround is a
time.sleep(.1)
call. This is bad practice and slows down the tests. It would be nice to know where the race condition is coming from, and then to fix it (theoretically,stop_threadsafe
should block on full close. Is that the same as releasing the socket though?). It's possible this is a problem with Loopa.The text was updated successfully, but these errors were encountered: