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
There is no "resp.Logs" append code in "notification_hms.go" file as "notification_fcm.go". So, if there is a failure, "FeedbackURL" is not called for informing that error in "notification.go"
I propose to add following lines where "res.Code" is checked for failure, in line 214, "notification_hms.go".
There is no "resp.Logs" append code in "notification_hms.go" file as "notification_fcm.go". So, if there is a failure, "FeedbackURL" is not called for informing that error in "notification.go"
I propose to add following lines where "res.Code" is checked for failure, in line 214, "notification_hms.go".
errLog := logPush(cfg, core.FailedPush, req.Tokens[0], req, errors.New(res.Code + "-" + res.Msg))
resp.Logs = append(resp.Logs, errLog)
The text was updated successfully, but these errors were encountered: