Pokemon-Go-Rocket-API
Pokemon-Go-Rocket-API copied to clipboard
I can't log in, it just hangs
I've updated my nuget packages, and it all compiles, but when I try to connect it just hangs. Did I miss something?
var _client = new Client(settings); await _client.Login.DoGoogleLogin("Removed","Removed"); MessageBox.Show("Loaded");
Sounds like an async issue, are you correctly implementing the async calls?