Link to home
Start Free TrialLog in
Avatar of controlr
controlrFlag for Israel

asked on

TCPCMDServer disconnected client

Using TCPCMDServer V10
for some reason, the client is not properly disconnecting from teh server, although the onDisconnect was fires, and executed AContext.Connection.disconnect;   the client is not really disconnected.
when the client reconnects, it does not receive a welcome (200) message, nor can execute any other command. its simply connected, but that's all.

TIA
ASKER CERTIFIED SOLUTION
Avatar of Sinisa Vuk
Sinisa Vuk
Flag of Croatia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of controlr

ASKER

setting globally didn't help..
Is there a way on Disconnect to do a  free free on the context or the context connection ?
Did you try: disconnect(True) too?