mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 13:18:50 +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 = null;
|
||||
Init();
|
||||
continue;
|
||||
}
|
||||
|
||||
if (webSocket.State != WebSocketState.Open)
|
||||
|
|
Loading…
Reference in a new issue