diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 3b708637..f59f7387 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -1650,10 +1650,14 @@ namespace WebSocketSharp } catch (Exception ex) { _logger.Error (ex.ToString ()); - error ("An exception has occurred during a send callback.", ex); + error ( + "An exception has occurred during the callback for an async send.", + ex + ); } }, - null); + null + ); } private bool sendBytes (byte[] bytes)