You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-generated parity issue — may be a false positive.
This issue was created automatically by /sync-sdk-parity from a heuristic
analysis of recent supabase-js commits. The tooling has limited insight
into language-specific idioms and may have:
misidentified a JS-only change as cross-language relevant,
missed an existing implementation in this SDK under a different name,
or proposed an API shape that doesn't fit this language's conventions.
It is the SDK author's responsibility to validate the need before
implementing. If this change does not apply to this SDK, please close the
issue with a short note explaining why.
SDK Parity: C# implementation needed
A change was made in supabase-js that may need to be implemented in this repository for SDK parity. Please confirm applicability before starting work.
Added replication_ready?: boolean to the broadcast channel config. When true, the Realtime server emits a system event once the Postgres replication connection is ready. Also added RealtimeSystemPayload type with extension, status, message, channel fields.
Warning
Auto-generated parity issue — may be a false positive.
This issue was created automatically by
/sync-sdk-parityfrom a heuristicanalysis of recent
supabase-jscommits. The tooling has limited insightinto language-specific idioms and may have:
It is the SDK author's responsibility to validate the need before
implementing. If this change does not apply to this SDK, please close the
issue with a short note explaining why.
SDK Parity: C# implementation needed
A change was made in
supabase-jsthat may need to be implemented in this repository for SDK parity. Please confirm applicability before starting work.Reference Implementation (supabase-js)
74ebd399What Changed
Added
replication_ready?: booleanto thebroadcastchannel config. Whentrue, the Realtime server emits asystemevent once the Postgres replication connection is ready. Also addedRealtimeSystemPayloadtype withextension,status,message,channelfields.Code Reference
Implementation Guidance
Expected API Surface (C#)
Key Behaviors to Match
ReplicationReady: boolin broadcast config, serialized asreplication_readysystemevent withExtension,Status,Message,ChannelStatus == "ok"= ready;"error"= failedAcceptance Criteria
ReplicationReady: boolon broadcast channel optionsreplication_readyin JSON join payloadOnSystemevent or typed callbackContext
Generated with Claude Code
/sync-sdk-parity