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
On OS X various tests fail with "Address already in use" errors. The reason is that some tests try to restart an app on the same port in quick succession or use the same port for different but quickly succeeding tests.
In theory this should be no problem because gevent by default configures sockets to SO_REUSEADDR but apparently there is different behaviour between OS X and Linux in this regard.
On OS X various tests fail with "Address already in use" errors. The reason is that some tests try to restart an app on the same port in quick succession or use the same port for different but quickly succeeding tests.
In theory this should be no problem because gevent by default configures sockets to
SO_REUSEADDR
but apparently there is different behaviour between OS X and Linux in this regard.Example:
The text was updated successfully, but these errors were encountered: