kloder-games / godot-gpgs

Godot Module for Google Play Game Services
MIT License
56 stars 16 forks source link

Fix resolving bug #8

Closed cbrhex closed 6 years ago

cbrhex commented 6 years ago

If you want resolving to work correctly, you need to use responseCode == activity.RESULT_OK Otherwise connect() will be called over and over again when no the internet connection

jlopezcur commented 6 years ago

Thanks so much for those fixes!!