We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It works great. However, I see below error in ejabberd logs.
In ejabberd logs, I see
2016-12-02 04:05:26.600 [error] <0.461.0>@mod_t_apns:handle_apns_error:266 Error on msg <<105,5,246,176>>: shutdown
As per docs, I implemented
handle_apns_error(MsgId, Status) -> ?ERROR_MSG("Error on msg ~p: ~p~n", [MsgId, Status]).
Would you able to explain this issue and its effects?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It works great. However, I see below error in ejabberd logs.
In ejabberd logs, I see
2016-12-02 04:05:26.600 [error] <0.461.0>@mod_t_apns:handle_apns_error:266 Error on msg <<105,5,246,176>>: shutdown
As per docs, I implemented
Would you able to explain this issue and its effects?
The text was updated successfully, but these errors were encountered: