kirillzyusko / react-native-wifi-p2p

Library that provide access for working with wi-fi direct (p2p) module in android.
164 stars 32 forks source link

Remove group but handleNewPeers method triggering after long time #36

Open sandipchandra17 opened 3 years ago

sandipchandra17 commented 3 years ago

scenario is: Receiver create group-> Sender immediately can see receiver but then if receiver removes the group, it is not immediately updated on sender mobile i.e. receiver is still avaialble and handleNewPeers not called immediately but after long time.. Is it normal as wifi direct taking time for this update or bug?

Also found that If I refresh app.js on sender and componentdidmount called and device information immediately updated.

and another point observed: Create group by receiver->connect by sender-> remove group by receiver -> immediately updated to sender and receiver not shown on sender mobile.

sandipchandra17 commented 3 years ago

Hi Kirill,

Any update? Your laptop issue solved?

kirillzyusko commented 3 years ago

Hi @sandipchandra17 Not yet, but I hope it will be soon (first week of August)

sandipchandra17 commented 3 years ago

👍👍👍