mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
BUG-123: Register client BEFORE writing replay/ready data so broadcasts during the write window queue in the send buffer instead of being lost. On handshake failure, unregister before closing. BUG-124: sendMsg/trySendMsg now close the send channel on buffer overflow, forcing a disconnect → reconnect with replay recovery instead of silently dropping messages and diverging state.