Close old connections to stay within limit.

This commit is contained in:
akwizgran
2018-02-23 12:06:54 +00:00
parent 55150fe02a
commit c00bf2b2cd
5 changed files with 86 additions and 55 deletions

View File

@@ -40,7 +40,7 @@ class AndroidBluetoothTransportConnection
try {
socket.close();
} finally {
connectionManager.connectionClosed();
connectionManager.connectionClosed(this);
}
}
}