mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
Quick fix for closing connection.
This commit is contained in:
@@ -34,7 +34,9 @@ public class NetworkingClientManager implements org.toop.framework.networking.in
|
||||
@Override
|
||||
public void run() {
|
||||
|
||||
if (networkClients.get(id) != null) {
|
||||
NetworkingClient qClient = networkClients.get(id);
|
||||
if (qClient != null) {
|
||||
qClient.closeConnection();
|
||||
networkClients.remove(id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user