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
So I finally realized what is happening here. The issue is that I am trying to be robust by preventing recvfrom() on the broadcasting socket. I do this by calling pauseProducing() for the Transport associated with a UDP socket. Apparently this doesn't work work with the epoll backend.
So I finally realized what is happening here. The issue is that I am trying to be robust by preventing
recvfrom()
on the broadcasting socket. I do this by callingpauseProducing()
for the Transport associated with a UDP socket. Apparently this doesn't work work with the epoll backend.The text was updated successfully, but these errors were encountered: