You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android it is a regular thing for users to enable Airplane Mode.
Once Airplane Mode is enabled the communication to the middleware is impossible for obvious reasons.
To address this a more Android native way should be implemented to make interprocess / inter-app communication possible.
The most common used pattern is communication through intents.
Of course communication to the internal queue will be go down with the Airplane Mode as well. In a closed environment on a single Android device, a direct communication to the queue and scu through a library instead of a http / http2 layer will be needed to solve this issue as well.
The text was updated successfully, but these errors were encountered:
On Android it is a regular thing for users to enable Airplane Mode.
Once Airplane Mode is enabled the communication to the middleware is impossible for obvious reasons.
To address this a more Android native way should be implemented to make interprocess / inter-app communication possible.
The most common used pattern is communication through intents.
Of course communication to the internal queue will be go down with the Airplane Mode as well. In a closed environment on a single Android device, a direct communication to the queue and scu through a library instead of a http / http2 layer will be needed to solve this issue as well.
The text was updated successfully, but these errors were encountered: