This repository has been archived by the owner on Sep 24, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't remove IOLoop handler of a connection on every IO callback.
Instead, add handler at the start of an operation (e.g. opening a connection, or executing an SQL query), update the handler everything an event occurs (reading and writing) and remove the handler when the operation is done or when an error occurs.
- Loading branch information