Delphi 7, RO SDK 6.0.57.993, TROSynapseSuperHTTPChannel, Win32.
An Invalid client id exception is thrown on my server in the following situation:
- A client logs in and logs out from the server.
- The server is shut down and re-started. The client remains running.
- The client tries to login.
- The server raises an EROSuperHTTPChannelException with “Invalid client id” as its message.
I have tried to set the BinMessages’s ClientID to EmptyGUID as suggested in the following thread, but to no avail. :http://connect.remobjects.com/discussion/306/remobjects-sdk-superchannelexception-invalid-client-id
Of course, restarting the client solves the issue.
Could you please offer some suggestions as to what might be causing this, and how the client can recover without restarting.
Cheers,
José