[Modify] Replace it

This commit is contained in:
sta 2022-01-02 17:45:05 +09:00
parent 0a23e1ee12
commit dcb8dcef46

View File

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