Commit f82a34aa by pangchong

Merge branch 'master' of 122.112.146.86:qlintonger/standalone-anyremote

parents 28897b6b 40c8e8f2
...@@ -12,6 +12,8 @@ export default { ...@@ -12,6 +12,8 @@ export default {
anyRemote.configureWS( anyRemote.configureWS(
url, tabVisibleCB, connectionLostCB, wsSocketChannelName url, tabVisibleCB, connectionLostCB, wsSocketChannelName
); );
} else {
anyRemote?.wsInt?.close(true);
} }
}, { }, {
immediate: true immediate: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment