Hi …
This is a question to other developers who have built apps using the Connect API.
We’ve encountered an issue in an app and I am trying to get a sense if the issue is isolated to this app or more common.
The app reads numerous states but specifically periodically sets AP target states such as aircraft/0/systems/autopilot/alt/target
.
For most users this works fine. The app opens the connection, grabs the manifest, reads states as it needs to and sets these states without problem.
But one user is reporting that everything is working excepting the setting of the states. So the app opens the TCP connection, can read the manifest, continues to read states on an ongoing basis during the session but all attempts to set state fail.
Attempts to isolate the variable makes things different for this specific user haven’t succeeded yet. There are no network anomalies, no firewalls or VPNs in the middle of the connection, no other third-party app using the Connect API at the same time, the TCP connection seems stable, etc.
Has anyone seen something like this before? Any thoughts on what might cause setting state to fail only for a specific user like this when setting state works otherwise in the app for other users?
Thanks.