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 changed HttpMocaConnection and MocaConnection to respond to command "interrupt" by canceling the current request.
This required keeping a reference to HttpURLConnection in HttpMocaConnection to call disconnect() on it.
I can provide the files if you like this solution.
The text was updated successfully, but these errors were encountered:
I changed HttpMocaConnection and MocaConnection to respond to command "interrupt" by canceling the current request.
This required keeping a reference to HttpURLConnection in HttpMocaConnection to call disconnect() on it.
I can provide the files if you like this solution.
The text was updated successfully, but these errors were encountered: