james
05/27/2021, 6:45 AMmbonnin
05/27/2021, 6:59 AMApolloClient.subscriptionConnectionParams()
to send additional information in the init
messageOperationMessageSerializer
james
05/28/2021, 2:05 AMjava.io.EOFException
and no other details in
@Override
public void onNetworkError(@NotNull Throwable t) {
Callback<T> callback = this.originalCallback;
if (callback != null) {
callback.onFailure(new ApolloNetworkException("Subscription failed", t));
}
terminate();
}
After a couple of minutes. Any idea what could cause this?mbonnin
05/28/2021, 8:15 AMrocketraman
06/01/2021, 8:56 PMApolloRequestInterceptor
does not work with subscriptions @mbonnin?mbonnin
06/01/2021, 9:07 PMrocketraman
06/01/2021, 9:14 PMjames
06/01/2021, 10:38 PM