© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4mo ago•
2 replies
Mvnkhvv

Supabase Realtime Broadcast Not Working from C# Backend

Hey everyone! I'm building a chat app with React Native (frontend) and C# ASP.NET (backend) using Supabase Realtime. Messages save to the database fine, but broadcasts from the backend never reach the frontend. // This call hangs forever - never completes
await channel.Send(
Supabase.Realtime.Constants.ChannelEventName.Broadcast,
"event",
payloadRawData
);
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Broadcast to realtime from server
SupabaseSSupabase / help-and-questions
4mo ago
Supabase broadcast not working in local development
SupabaseSSupabase / help-and-questions
6mo ago
supabase realtime INSERT and UPDATE not working?
SupabaseSSupabase / help-and-questions
4y ago
Realtime not working
SupabaseSSupabase / help-and-questions
4mo ago