[Modify] Polish it

This commit is contained in:
sta 2021-08-17 19:41:44 +09:00
parent e4a27a9121
commit 36ceb5b558

View File

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