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 is similar to #327 but happens when using RedisPubSubChannelLayer:
Task was destroyed but it is pending!
task: <Task pending name='Task-133' coro=<Connection.disconnect() running at /home/bellini/dev/2u/backend/.venv/lib/python3.10/site-packages/redis/asyncio/connection.py:837> wait_for=<Future finished result=None>
Like the other issue, it seems that it happens because the connection gets disconnected from the __del__ method, but in this case the loop is already closed and cannot run it.
The fix here is trivial and I'm already opening a PR for it in a few minutes.
The text was updated successfully, but these errors were encountered:
This is similar to #327 but happens when using
RedisPubSubChannelLayer
:Like the other issue, it seems that it happens because the connection gets disconnected from the
__del__
method, but in this case the loop is already closed and cannot run it.The fix here is trivial and I'm already opening a PR for it in a few minutes.
The text was updated successfully, but these errors were encountered: