pquiring / llrp

llrp (ltkjava) fork with fixes (apache mina 2.x support)
2 stars 2 forks source link

unable to reconnect - old connections not dropping #1

Closed pquiring closed 1 year ago

pquiring commented 1 year ago

Seems like something has changed in mina 2.x and now sockets are not getting dropped (or are reconnecting somewhere) making it impossible to make a new connection to controller after a controller reboot.

pquiring commented 1 year ago

Problem was fixed by adding LLPRConnector.setReconnect() but was also related to Javaforce.LLRP.connect() method.