mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00: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