We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm noticing these in my console on occasion:
W/OkHttpClient: A connection to http://10.0.2.2:3000/ was leaked. Did you forget to close a response body?
Looks like there might need to be some error handling around the OKHttp calls:
square/okhttp#2311
Or is this something I'm doing wrong with wasp? As far as I know, I'm making standard gets and my usage is pretty basic.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm noticing these in my console on occasion:
W/OkHttpClient: A connection to http://10.0.2.2:3000/ was leaked. Did you forget to close a response body?
Looks like there might need to be some error handling around the OKHttp calls:
square/okhttp#2311
Or is this something I'm doing wrong with wasp? As far as I know, I'm making standard gets and my usage is pretty basic.
The text was updated successfully, but these errors were encountered: