[Modify] Polish it

This commit is contained in:
sta 2021-10-28 20:14:02 +09:00
parent 2f924b1840
commit 78cc325f97

View File

@ -233,6 +233,7 @@ namespace WebSocketSharp.Server
set {
if (_websocket != null) {
_websocket.EmitOnPing = value;
return;
}