mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-06-12 09:05:33 +02:00
Close old connections to stay within limit.
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ class AndroidBluetoothTransportConnection
|
||||
try {
|
||||
socket.close();
|
||||
} finally {
|
||||
connectionManager.connectionClosed();
|
||||
connectionManager.connectionClosed(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user