Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

broadcast Send does not return if you await it #38

Open
menasheh opened this issue Dec 11, 2023 · 0 comments
Open

broadcast Send does not return if you await it #38

menasheh opened this issue Dec 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@menasheh
Copy link

menasheh commented Dec 11, 2023

Bug report

When using realtime C# to send broadcast messages, it works fine as long as you don't await it. If you await the send call, it never returns.

To Reproduce

See minimal repro project and readme: https://github.com/menasheh/supabase-sandbox
Follow instructions, run the C# project in https mode and trigger the realtime endpoint with swagger. It will hang.

Expected behavior

Send call should return when the broadcast has completed when awaited

System information

  • OS: Windows 10
  • Browser N/A
  • Version of supabase-csharp: 6.0.4

Additional context

N/A

@menasheh menasheh added the bug Something isn't working label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant