Open markcoxsmith opened 3 years ago
Error is thrown at ActivationStateMachine.java:L446
, due to L436
http.patch("/push/deviceRegistrations/" + device.id, ably.push.pushRequestHeaders(true), params, body, null, false, callback);
Error is thrown due to IOExceotion
and the error object is being built here : ErrorInfo.java: L148
http patch
request.
Client Comments I’m having issue when trying to reinitialize ably pn after logout (without exiting app). When logout, our idm remove ably device id from ably side. On app side, i did these things: val activationContext = ActivationContext.getActivationContext(appContext) realtime.close() activationContext.activationStateMachine.reset() activationContext.reset() firebaseUtil.revokeToken() // delete FirebaseInstanceId but the shared preferences still have the ABLY things (key startWith ABLY) and if i do login again, it prints these error:
┆Issue is synchronized with this Jira Bug by Unito