mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-06 00:13:33 +00:00
Fixed agent crash in WebRTC
This commit is contained in:
@@ -3991,6 +3991,7 @@ ILibTransport_DoneState ILibDuktape_httpStream_webSocket_WriteWebSocketPacket(IL
|
||||
size_t compressedLen = 0;
|
||||
char *compressedBuffer = NULL;
|
||||
|
||||
if (!ILibMemory_CanaryOK(state)) { return(ILibTransport_DoneState_ERROR); }
|
||||
|
||||
buffer = _buffer;
|
||||
bufferLen = _bufferLen;
|
||||
|
||||
Reference in New Issue
Block a user