[Modify] Polish it

This commit is contained in:
sta 2021-06-12 20:37:32 +09:00
parent 17dfa4d2b5
commit f928f68014

View File

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