implement dropping of connections

This commit is contained in:
Zlatin Balevsky
2019-05-31 15:55:16 +01:00
parent e1517ef6f7
commit 3c9883785a

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) {