mirror of https://github.com/2dust/v2rayN
bug fixes
parent
b94a065c06
commit
d263a78db8
|
@ -71,6 +71,7 @@ namespace v2rayN.Handler
|
|||
webSocket.Abort();
|
||||
webSocket = null;
|
||||
Init();
|
||||
continue;
|
||||
}
|
||||
|
||||
if (webSocket.State != WebSocketState.Open)
|
||||
|
|
Loading…
Reference in New Issue