server.isConnected() returning false when connected.
Closed this issue · 3 comments
Hackmancoltaire commented
Just using the ArtClientLib example for a proxy when using:
server.setParsePackets(true);
and checking for:
server.isConnected();
it returns false, when setParsePackets is false, isConnected returns true. This worked properly in most recent ArtClientLib.
rjwut commented
Acknowledged, will investigate.
rjwut commented
I believe I have found the problem. I'm trying to get some last items cleaned up for an IAN release, so hopefully I'll have a resolution soon.
rjwut commented
I just released IAN 3.1.0. Do you still experience problems with isConnected()
on that version?