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
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:
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.
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.
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!
The text was updated successfully, but these errors were encountered:
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
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:
Here are some important features I'd like to request:
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!
The text was updated successfully, but these errors were encountered: