mirror of
https://github.com/ProjectSWGCore/forwarder.git
synced 2026-09-13 00:45:00 -04:00
Fixed UDP server for server queries not being terminated
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -49,6 +49,12 @@ public class ServerConnectionService extends Service {
|
||||
return super.initialize();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean terminate() {
|
||||
socket.terminate();
|
||||
return super.terminate();
|
||||
}
|
||||
|
||||
public void setRemoteAddress(InetAddress addr, int port) {
|
||||
socket.setRemoteAddress(addr, port);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user