I'm connecting to an Envisalink 4 using java.net.Socket. When there's an existing connection using the Envisalink, the new connection doesn't throw an error. All of the connection status methods(isBound, isConnected, etc) return affirmative values as if it was connected. The only difference from a valid connection is that it doesn't respond. I'd like to provide the user with messaging to help them figure out the reason that it isn't connectings.
Is there anyway to do this?
If not, in the next firmware update can you make it throw an error if there's an existing connection?
Can't determine when there is an existing connection
Moderators: EyezOnRich, GrandWizard
-
- Posts: 2
- Joined: Thu Jun 24, 2021 4:25 am
Re: Can't determine when there is an existing connection
That would be an issue with your OS. If the EVl3/4's TPI socket is open already, the new TCP connection is refused.
Your socket create method would fail and should throw some error.
K
Your socket create method would fail and should throw some error.
K