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
I have a problem where I need to run mtcp_epoll_ctl before each mtcp_epoll_wait because it only generates one event for a writeable socket, kind of what you'd expect from a edge triggered event.
Looking through the code now to see if I can patch it temporarily.
The text was updated successfully, but these errors were encountered:
I have a problem where I need to run
mtcp_epoll_ctl
before eachmtcp_epoll_wait
because it only generates one event for a writeable socket, kind of what you'd expect from a edge triggered event.Looking through the code now to see if I can patch it temporarily.
The text was updated successfully, but these errors were encountered: