Fixed Java client implementation of setCONN
- The Java client now reads the CONF message sent by the plugin in response to the CONN command.
This commit is contained in:
@@ -693,5 +693,6 @@ public class XPlaneConnect implements AutoCloseable
|
||||
inSocket.close();
|
||||
inSocket = new DatagramSocket(recvPort);
|
||||
inSocket.setSoTimeout(soTimeout);
|
||||
readUDP(); // Try to read response
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user