supabase-community / realtime-csharp

A C# client library for supabase/realtime.
https://supabase-community.github.io/realtime-csharp/api/Supabase.Realtime.Client.html
MIT License
70 stars 12 forks source link

No longer receiving all (*) changes #8

Closed w3b6x9 closed 3 years ago

w3b6x9 commented 3 years ago

Bug report

Describe the bug

Realtime server is no longer broadcasting * changes (see PR). Instead, realtime client (see realtime-js PR) should forward INSERT/UPDATE/DELETE changes to topics listening on *.

Additional context

See my comment here.

acupofjose commented 3 years ago

@w3b6x9 thanks for opening an issue on the dependent repos! The code for realtime-csharp was actually written to be independent of the * event - so we should be good to go despite the change on supabase/realtime#116

w3b6x9 commented 3 years ago

@acupofjose nice one!