mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 10:01:53 +08:00
fix
This commit is contained in:
@@ -393,15 +393,14 @@ export function Session() {
|
|||||||
__ping_timer = null;
|
__ping_timer = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
__ocr.setState(null);
|
|
||||||
__gpio.setState(null);
|
__gpio.setState(null);
|
||||||
__hid.setSocket(null);
|
__hid.setSocket(null); // auto setState(null);
|
||||||
__recorder.setSocket(null);
|
|
||||||
|
|
||||||
__paste.setState(null);
|
__paste.setState(null);
|
||||||
__atx.setState(null);
|
__atx.setState(null);
|
||||||
__msd.setState(null);
|
__msd.setState(null);
|
||||||
__streamer.setState(null);
|
__streamer.setState(null);
|
||||||
|
__ocr.setState(null);
|
||||||
|
__recorder.setSocket(null);
|
||||||
__ws = null;
|
__ws = null;
|
||||||
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user