-
-
Notifications
You must be signed in to change notification settings - Fork 371
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
- [ - ] I confirm this is a bug with Supabase, not with my own application.
- [ - ] I confirm I have searched the Docs, GitHub Discussions, and Discord.
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working