mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
reconnect to stream if client_id is rotten
This commit is contained in:
parent
2a540f7bb9
commit
c315006ea7
@ -95,7 +95,7 @@ function Streamer() {
|
||||
if (stream.clients_stat.hasOwnProperty(__client_id)) {
|
||||
__client_fps = stream.clients_stat[__client_id].fps;
|
||||
} else {
|
||||
__client_fps = -1;
|
||||
self.clearState();
|
||||
}
|
||||
|
||||
if (!__prev) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user