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
Close the encoder's native memory when MicrobatchBuffer
allocation fails in the constructor. Previously only buffer0
was cleaned up, leaving the NativeBufferWriter leaked.
In ensureConnected(), close the WebSocket client if
WebSocketSendQueue construction fails (e.g. Thread.start()
throws OOM), preventing a dangling socket and I/O thread.
In flushSync(), fail the in-flight window entry when
sendBinary() throws, so close() does not hang on
awaitEmpty() waiting for an ACK that will never arrive.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments