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
If we get the non-blocking mode to work reliably is there even a reason to keep the blocking mode without epoll?
Because from the go-side the API always blocks anyway. And with non-blocking mode we probably get some benefits like better error detection and working callbacks.
So I would suggest just removing the blocking code paths altogether to make the code simpler.
The text was updated successfully, but these errors were encountered:
If we get the non-blocking mode to work reliably is there even a reason to keep the blocking mode without epoll?
Because from the go-side the API always blocks anyway. And with non-blocking mode we probably get some benefits like better error detection and working callbacks.
So I would suggest just removing the blocking code paths altogether to make the code simpler.
The text was updated successfully, but these errors were encountered: