mirror of
https://bitbucket.org/projectswg/forwarder.git
synced 2026-01-16 23:04:26 -05:00
Fixed UDP server for server queries not being terminated
This commit is contained in:
BIN
Forwarder.jar
BIN
Forwarder.jar
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