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

Enable Peer-to-Peer Connection When the App is Closed for Notifications and User Detectability #67

Open
B-O-B-G-I-T opened this issue Sep 18, 2024 · 0 comments

Comments

@B-O-B-G-I-T
Copy link

B-O-B-G-I-T commented Sep 18, 2024

Hello,

I'm working on a Flutter app that relies on peer-to-peer (P2P) connections for real-time communication between users. Currently, the P2P connection works perfectly when the app is active. However, I need the app to maintain a P2P connection even when it is closed or running in the background, in order to:

  • Continue receiving notifications from other users.
  • Remain detectable by other peers for communication.

Here are some important features I'd like to request:

  1. Background P2P Connection:
    • The app should be able to maintain an active P2P connection in the background or even when the app is fully closed.
  2. Notification System:
    • The app should receive notifications from other users or devices over the P2P network even when the app is not running in the foreground.
  3. Detectability:
    • The app should remain detectable by other peers, allowing for communication initiation even when the app is not active.

Does the package currently support any background service or persistent P2P connection features that could help achieve this? If not, would it be possible to implement these functionalities, or do you have any suggestions for alternative approaches?

Thank you for your time and assistance!

@B-O-B-G-I-T B-O-B-G-I-T changed the title Enable Peer-to-Peer (P2P) Connection When the App is Closed for Notifications and User Detectability Enable Peer-to-Peer Connection When the App is Closed for Notifications and User Detectability Sep 18, 2024
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