Open dkellerman opened 13 years ago
I'd also really appreciate any input on this. I'm trying to use short-term connections to redis but it seems that the disconnect function raises the ConnectionError.
Might be related to https://github.com/evilkost/brukva/issues/25 ?
This is still happening, is there any work around?
I'm not sure if this is an issue with brukva, or just something I don't understand about the best way to use it.
I have handler such as the following:
This works, but I see "ConnectionError('Tried to read from non-existent connection')" in the console - it seems to be happening after the on_new_message is done. If I take out the disconnect call it fixes it, but then all my connections stay open.
Do you know of any solution to this problem?
Thanks!