[Modify] Replace it

This commit is contained in:
sta 2021-12-17 19:53:37 +09:00
parent ce59365de9
commit f93ec07051

View File

@ -391,13 +391,8 @@ namespace WebSocketSharp.Server
set {
lock (_sync) {
string msg;
if (!canSet (out msg)) {
_log.Warn (msg);
if (!canSet ())
return;
}
_authSchemes = value;
}