Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Nov 2, 2024
1 parent 28167c4 commit 95597b1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions web/share/js/kvm/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,15 +393,14 @@ export function Session() {
__ping_timer = null;
}

__ocr.setState(null);
__gpio.setState(null);
__hid.setSocket(null);
__recorder.setSocket(null);

__hid.setSocket(null); // auto setState(null);
__paste.setState(null);
__atx.setState(null);
__msd.setState(null);
__streamer.setState(null);
__ocr.setState(null);
__recorder.setSocket(null);
__ws = null;

setTimeout(function() {
Expand Down

0 comments on commit 95597b1

Please sign in to comment.