[Modify] Polish it

This commit is contained in:
sta 2021-11-04 20:04:50 +09:00
parent 7defb573ef
commit 18616fb8aa

View File

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