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
Not having a service on an HttpRequest does catch people out fairly regularly - would improving the general error message when trying to do network operations on requests without a service attached align with what you are looking for?
Hi there,
Could you add more exceptions that are thrown (e.g. IllegalArgumentException) when somebody tries the following (Kotlin):
Because the HttpRequest will always be missing an HTTPService and the scanner is then just mainly timing out...
The text was updated successfully, but these errors were encountered: