[Modify] Polish it

This commit is contained in:
sta 2021-06-16 19:57:33 +09:00
parent 63de0b5f3d
commit 94a41065ef

View File

@ -594,15 +594,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;
}