implement dropping of connections

pull/4/head
Zlatin Balevsky 2019-05-31 15:55:16 +01:00
parent e1517ef6f7
commit 3c9883785a
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ class UltrapeerConnectionManager extends ConnectionManager {
} }
@Override @Override
public void drop(Destination d) { public void drop(Destination d) {
// TODO Auto-generated method stub peerConnections.get(d)?.close()
leafConnections.get(d)?.close()
} }
void onQueryEvent(QueryEvent e) { void onQueryEvent(QueryEvent e) {