-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
udp.recv(3.seconds) didn't throw exception and wait forever #1429
Comments
i add this line in "libevent2.d" line1013,and then it's working m_driver.m_timers.getUserData(tm).owner = Task.getThis(); |
You are right, your code should be used instead of the |
s-ludwig
added a commit
that referenced
this issue
Feb 16, 2016
UDP receive timeout doesn't work for the libevent driver.
s-ludwig
added a commit
that referenced
this issue
Feb 20, 2016
UDP receive timeout doesn't work for the libevent driver. (cherry picked from commit 443e071)
s-ludwig
added a commit
that referenced
this issue
Feb 20, 2016
s-ludwig
added a commit
that referenced
this issue
Apr 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my app need wait several seconds to check data arrived,buf "udp.recv(3.seconds)" doesn't work and wait forever
vibe 0.7.27 demo
The text was updated successfully, but these errors were encountered: