[Modify] Polish it

This commit is contained in:
sta 2021-08-19 19:56:45 +09:00
parent feaabed769
commit 622746e149

View File

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