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
ERROR - join push timeout for channel realtime:chat-fbd2adec-f109-495f-ab6a-e8d9ff31ca57
/Users/ritikdutta/Desktop/lib/python3.11/site-packages/realtime/_async/channel.py:88: RuntimeWarning: coroutine 'AsyncTimer.schedule_timeout' was never awaited
self.rejoin_timer.schedule_timeout()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
which seems to originate from/around line 88 in realtime/_async/channel.py which is calling an async function. The server seems to stop receiving events after this happens.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Bug report
Describe the bug
I am trying to run the async version of the supabase realtime client:
setup_listeners
subscribes to database changes. I also set up some broadcast channels based on when a user starts typing in an app:However, I receive this error/warning:
which seems to originate from/around line 88 in
realtime/_async/channel.py
which is calling an async function. The server seems to stop receiving events after this happens.To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
There should be no runtime warnings and the server should continue to receive database events.
Screenshots
If applicable, add screenshots to help explain your problem.
Relevant logs:
System information
The text was updated successfully, but these errors were encountered: