mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-03 05:22:10 +00:00
bug fixes
This commit is contained in:
parent
b94a065c06
commit
d263a78db8
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ namespace v2rayN.Handler
|
||||||
webSocket.Abort();
|
webSocket.Abort();
|
||||||
webSocket = null;
|
webSocket = null;
|
||||||
Init();
|
Init();
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (webSocket.State != WebSocketState.Open)
|
if (webSocket.State != WebSocketState.Open)
|
||||||
|
|
Loading…
Reference in a new issue