Hi all,
I have the following query about using EDP to connect to the websocket api from multiple instances of an application.
I realise that we are allowed 5 concurrent mounts per machineID to authenticate, but these must share access tokens rather than actively authentication 5 separate times.
If I refresh a token in a separate running piece of code - is there a rule/invariant about how quickly the old token will expire & my code that is listening to a websocket will fail?
With the current model that requires token sharing rather than concurrent logins - how can I avoid downtime? I'm unsure how this is possible & how other's have solved this problem previously.
I realise the last question is fairly open ended but I'm having trouble coming up with a solid solution.
Thanks in advance for the help.