realtime-csharp icon indicating copy to clipboard operation
realtime-csharp copied to clipboard

A C# client library for supabase/realtime.

Results 13 realtime-csharp issues
Sort by recently updated
recently updated
newest added
trafficstars

# Feature request See the following issue: https://github.com/supabase/realtime/issues/242 WebSockets may be blocked by a firewall, in which case Supabase should fallback to long-polling. Supabase server already supports this, but AFAIK...

enhancement

## What kind of change does this PR introduce? feature ## What is the current behavior? It doesn't have the option to set channel to private ## What is the...

I am using database broadcast in realtime. I followed https://supabase.com/docs/guides/realtime/authorization?queryGroups=language&language=js#broadcast It's working fine, but the only thing is I have to set the broadcast channel config private to false in...

enhancement