ptgamr / cordova-google-play-game

Cordova Plugin For Google Play Game Service
35 stars 64 forks source link

plugin hangs after repetition of login-logout #13

Open vhk opened 9 years ago

vhk commented 9 years ago

i have an app with this plugin. Everythings works fine, thanx except some special cases :

With 'hangs' i mean that the function Success or function Fail is not called! My app is still working, exept no reaction when calling google play services.

Since i'm not an expert, i cannot find the reason. Do i miss something here. Anyone an idea?

regards

kedrzu commented 8 years ago

I have the very same issue. After some digging and checking adb logs I found, that it hangs on execution of GameHelper.beginUserInitiatedSignIn() with the log "beginUserInitiatedSignIn() called when already connecting".

There is probably a race somewhere, or maybe a callback not called. Nevertheless, library keeps hanging and waiting for a onConnected() callback to be called (I guess).

BlackBes commented 7 years ago

kedrzu, https://github.com/kedrzu Did you solve this issue?