[Modify] Polish it

This commit is contained in:
sta 2021-08-17 19:39:15 +09:00
parent 0fd9748c16
commit e4a27a9121

View File

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