You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: