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

Require Remote Connectivity #299

Closed
2 tasks done
dansiegel opened this issue May 11, 2016 · 2 comments
Closed
2 tasks done

Require Remote Connectivity #299

dansiegel opened this issue May 11, 2016 · 2 comments

Comments

@dansiegel
Copy link
Contributor

dansiegel commented May 11, 2016

Please take a moment to fill out the following (change to preview to check or place x in []):

This is a

  • Feature Request

Which plugin does this impact:

  • Connectivity

Version Number of Plugin: 2.1.2
Device Tested On:
Simulator Tested On:

Expected Behavior

It would be nice to do more than manually check if a remote host is reachable. The plugin should have a mechanism to require a remote host is reachable and in the event that the host is not reachable a ConnectivityChanged event or possibly a new event should be triggered. This would be helpful particularly for Enterprise Applications which may require connectivity to a private Api and the device may experience loss of connectivity to that host while still being connected to the internet.

Actual Behavior

Steps to reproduce the Behavior

@jamesmontemagno
Copy link
Owner

This is a pretty cool idea, however I am not sure if there are actual APIs to monitor this. You would have to try to leave a constant socket open to the end point and pass data back and forth. If you have any ideas let me know, but I don't think it is possible across all platforms.

@jamesmontemagno
Copy link
Owner

Moved to: jamesmontemagno/ConnectivityPlugin#4

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

2 participants