[Modify] Replace it

This commit is contained in:
sta 2021-12-18 22:25:50 +09:00
parent b345377bfd
commit b18a078cd4

View File

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