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
If getMessages is not called for more than 2 minutes, the current endpoint is disconnected.
Trying to perform any call with the registrationToken leads to an error 404: {"errorCode":729,"message":"You must create an endpoint before performing this operation."}.
We should detect this kind of error and register a new endpoint.
The text was updated successfully, but these errors were encountered:
If
getMessages
is not called for more than 2 minutes, the current endpoint is disconnected.Trying to perform any call with the
registrationToken
leads to an error 404:{"errorCode":729,"message":"You must create an endpoint before performing this operation."}
.We should detect this kind of error and register a new endpoint.
The text was updated successfully, but these errors were encountered: