[Modify] Polish it

This commit is contained in:
sta 2021-08-18 19:36:13 +09:00
parent 36ceb5b558
commit 5ff4c01bcc

View File

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