[Modify] Replace it
This commit is contained in:
parent
ef75faf763
commit
e855a140bc
@ -346,13 +346,8 @@ namespace WebSocketSharp.Server
|
|||||||
|
|
||||||
set {
|
set {
|
||||||
lock (_sync) {
|
lock (_sync) {
|
||||||
string msg;
|
if (!canSet ())
|
||||||
|
|
||||||
if (!canSet (out msg)) {
|
|
||||||
_log.Warn (msg);
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
_listener.AuthenticationSchemes = value;
|
_listener.AuthenticationSchemes = value;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user