I've been reviewing the documentation for the Elektron WebSocket API. When using the API do I need to explicitly send a 'Logout' message? Or does the API logout if a user's connection is lost/doesn't recieve a ping?
For a deeper look into our Elektron API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
I've been reviewing the documentation for the Elektron WebSocket API. When using the API do I need to explicitly send a 'Logout' message? Or does the API logout if a user's connection is lost/doesn't recieve a ping?
I'm referring to this message that's document in the API. The 'Close' Messsage for Login:
{ "Domain":"Login", "ID": -1, "Type":"Close" }
The infrastructure will automatically logout the user if the connection is terminated. It will also terminate the connection, if the reply to ping message is not received.