From 00410703938adf54acd986c7b4ae113488562df5 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 14 Jun 2025 16:15:29 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/WebSocket.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 3da49869..3fd5ba2c 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2664,7 +2664,9 @@ namespace WebSocketSharp // As server internal void Send ( - Opcode opcode, byte[] data, Dictionary cache + Opcode opcode, + byte[] data, + Dictionary cache ) { lock (_forSend) {