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
Thanks for reporting the issue, there is another issue open #31, it seems the hanging problem may have something to do with compiling option, I have no time to check it yet, but it would be nice if you can try different compiling option see if it works.
I did a little bit of digging, at appears that KqueueSelector.select(timeout:) hangs in some cases, it hangs on calling kevent() with nil timeout, which means it should wait indefinitely for next kevent that never arrives.
I'm having hard times understanding what is supposed to be a source for events to debug why are they never emitted. I can continue digging into that with some guidance.
The test
Embassy_iOSTests.KqueueSelectorTests testSelectMultipleSocke
is failing locallySetup :
This might be (??) the reason why
-[DefaultHTTPServer stopAndWait]
is stuck.The text was updated successfully, but these errors were encountered: