You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run http.get("http://audio.livekingdomhall.com:27219/stream") and the function never returns when awaited or when using a .then() call. It stops at line 171 of base_client.dart. When stepping through the debugger, that's the last line it calls before the program resumes. Any code in the function afterwards is not run, and any code in the .then() does not run either. If I don't await the call, the code after the get call runs.