Skip to content

Missing await on 'realtime.set_auth' for async client. #919

@LuisLechugaRuiz

Description

@LuisLechugaRuiz

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions