evilkost / brukva

Asynchronous Redis client that works within Tornado IO loop.
Other
265 stars 33 forks source link

Remove 'callbacks' argument from Client.on_disconnect #9

Closed kmike closed 13 years ago

kmike commented 13 years ago

Connection.on_disconnect is called without parameters (e.g. in Connecition.read) but Client.on_disconnect have required (and unused) 'callbacks' argument and this causes TypeErrors.