[Modify] Polish it
This commit is contained in:
parent
406087acea
commit
cf8cb2e174
@ -333,15 +333,9 @@ 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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user