Closed mzxyz closed 3 years ago
I have the same problem with incorrect events. Is there any chance that this PR will be merged asap? It would be very helpful
I have the same problem with incorrect events. Is there any chance that this PR will be merged asap? It would be very helpful
Have got contact with @priteshrnandgaonkar , I'm sure he will review this ASAP
@AnnaSviatelyk can you confirm this PR works? I don't own an iOS device to test on but I'd be willing to merge if you and @HZHAIX say it's okay with these changes.
Hi, @DragonRaider5, I've tested this PR on my iOS device, and everything works fine.
@priteshrnandgaonkar publishing to npm would be much appreciated. If you add me to the npm package I can do this for you as well.
This PR try to fix the incorrect logic in
callObserver
delegate for iOS code.Issue we found:
diconnected
andincoming
which the second incoming is incorrect. For each event we should only receive one notification.Changes:
callObserver
delegate method.