From what I read in this forum, unregistering the login client should be enough to logout and close the open connection with TREP but somehow every now and then I get the following error message:
<- Received MMT_LOGIN - Login Denied
streamState : Closed
dataState : Suspect
statusCode : Unknown status code (31)
statusText : Access Denied-already using position <ip>
I've already made sure no other app or process is using the same service account I'm using and I've also made sure the cleanup of the process is always performed.
The only thing I can think of is that I'm missing to unregister the clients that I've created to request for the item's data. Do I need to unregister every client I've ever registered???
Thanks in advance!