1.In our project, there are 15 Record Servers. And we update the token per 10minutes by using the login command.
2.And when we release the live view, we release the TCP link without sending the Stop command.
3.In this condition, we want to know, if we send the Connect to RecordServer and update the token (by login command) at the same time, does the token invalid will happen or not? Does the old token and new token will be valid during some times?
4.If the established session is breakdown because of the TCP/IP network, and we establish the session again, can we use the old token?