[Modify] Polish it

This commit is contained in:
sta 2021-06-13 21:45:49 +09:00
parent f928f68014
commit 078ca38763

View File

@ -557,14 +557,17 @@ namespace WebSocketSharp.Server
set {
string msg;
if (!canSet (out msg)) {
_log.Warn (msg);
return;
}
lock (_sync) {
if (!canSet (out msg)) {
_log.Warn (msg);
return;
}