Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add Intent Communication possiblity #27

Open
t4e-dev opened this issue Sep 3, 2021 · 0 comments
Open

Please add Intent Communication possiblity #27

t4e-dev opened this issue Sep 3, 2021 · 0 comments

Comments

@t4e-dev
Copy link
Collaborator

t4e-dev commented Sep 3, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant