-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh token is not work #3
Comments
Which method do you use to refresh token? Please check whether this error is reported when you refresh token. |
on executeApiOperation method: src/push/core/pushclient.go when access token expried. Maybe change on sendHttpRequest method: src/push/core/pushclient.go for fix it.
|
This issue has been solved in the latest commit, please refer to afaab2f |
Access token after refresh token is not replace on http request for send push notification.
HTTP request still use previous access token.
The text was updated successfully, but these errors were encountered: