We have a client application that many users use across our company. Each user will open a new instance of that client. We were given one ClientId and Password to obtain the token for each of those users. Every time our client is opened we use it to obtain the token for use with the notificationHandler. So in essence their could be over 100 people obtaining a new token with that single userid.
It appears that this is causing channel issues as the notification Handler seems to be closed every 30 seconds or so.
Is there a limit on using a single ClientId across the board?
#PlatformSDK------------------------------
Owen Edwards
------------------------------