[Modify] Polish it
This commit is contained in:
parent
9b4b3def00
commit
85ff491c54
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user