Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jochen Bauer
uWebSockets
Commits
b78ed724
Commit
b78ed724
authored
Mar 28, 2017
by
Alex Hultman
Browse files
Document ASIO timer bug (low prio, but still important)
parent
53d391e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Asio.h
View file @
b78ed724
...
...
@@ -50,6 +50,9 @@ struct Timer {
return
data
;
}
// bug: cancel does not cancel expired timers!
// it has to guarantee that the timer is not called after
// stop is called! ffs boost!
void
stop
()
{
asio_timer
.
cancel
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment