Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't double resubscribe to asio events in TCPConnection (#1509)
The previous one shot code for resubscribing was incorrect. It could end up subscribing to an event more than once. From what I've read for epoll, its undefined behavior if you do that.
- Loading branch information