[Modify] Polish it

This commit is contained in:
sta 2021-06-19 20:28:37 +09:00
parent e803fa303b
commit 8898e1b3e0

View File

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