mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-25 14:11:14 +03:00
found one blank cm, still not find reason
This commit is contained in:
@@ -290,6 +290,7 @@ handler.removeConnection = function(id) {
|
||||
connections.map(function(c, idx) {
|
||||
if (c.id == id) i = idx;
|
||||
});
|
||||
if (i < 0) return;
|
||||
connections.splice(i, 1);
|
||||
if (connections.length == 0) {
|
||||
handler.exit();
|
||||
|
||||
Reference in New Issue
Block a user