Kuffs

Results 1 issues of Kuffs

In my options, I am listening only for Updates. ``` TestChannel = client.Realtime.Channel($"MyChannel-{parentID}") TestChannel.Register(New PostgresChangesOptions("public", "TestData", PostgresChangesOptions.ListenType.Updates, $"parent=eq.{parentID}")) Await TestChannel.Subscribe ``` However, I am also receiving Inserts and Deletes. Also,...

bug
upstream-issue