onaio / android-p2p

Wifi Direct P2P Research and Implementation for FHIR Core
Other
2 stars 0 forks source link

Fix p2p sync bugs #50

Open ekigamba opened 1 year ago

ekigamba commented 1 year ago

IMPORTANT: Where possible all PRs must be linked to a Github issue

Fixes #1280

Type Choose one: (Bug fix | Feature | Documentation | Testing | Code health | Release | Other)

Checklist

ekigamba commented 1 year ago

Replicated issues

  1. Failing connection if p2p had previously connected or the devices were previously connected and then a new p2p connection is attempted. This could be due to the application being closed without correctly disconnecting
  2. Wifi-direct disconnection on one device while the other device holds the connection
Rkareko commented 1 year ago

Replicated issues

  1. Failing connection if p2p had previously connected or the devices were previously connected and then a new p2p connection is attempted. This could be due to the application being closed without correctly disconnecting
  2. Wifi-direct disconnection on one device while the other device holds the connection

@ekigamba These issues appear to have been fixed by the changes made on the P2P UI/UX enhancements PR