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 an issue that needs to be resolved but I don't think this is the approach to solving this. The realtime client should follow the other client libraries and take in a header property on initialization and that header should be updated each time an auth event happens.
Bug report
Describe the bug
Async client is broken due to a missing 'await' at self.realtime.set_auth()
To Reproduce
Initialize async client and propagate a Auth event.
Expected behavior
Auth event triggers supabase real time which push the content over websocket asynchronously.
Solution
The text was updated successfully, but these errors were encountered: