Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Connection.on_disconnect is called without parameters (e.g. in Connec…
…ition.read) but Client.on_disconnect have required (and unused) 'callbacks' argument and this causes TypeErrors. This argument is removed.
- Loading branch information