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
{{ message }}
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.
Easier path to Allow syncing in the background #103, since async and sync requests are described using the same interface (OkHttp's Call<T> with enqueue() for async and execute() for sync)
Retrofit 2 will enable these improvements in the app:
Call<T>
withenqueue()
for async andexecute()
for sync)Fix for Nginx HTTP/2 server: REFUSED_STREAM error #156 (although Retrofit 2 is not strictly needed for this, OkHttp 3.x is)The text was updated successfully, but these errors were encountered: