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
{{ message }}
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
Anytime the serves is not reachable an exceptions is thrown on line 112 of AbstractClient.php:
throw new Exception\RuntimeException(sprintf(
'Unable to connect: %s: %d (%s)',
$host,
$e->getCode(),
$e->getMessage()
));
This exceptions is not catchable from code so when pushing notifications in a loop if for a moment the connection is lost the code breaks and no further pushes are sent, even if connection is available again.
is there a workaround or something?
Thanks
Regards
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Anytime the serves is not reachable an exceptions is thrown on line 112 of AbstractClient.php:
This exceptions is not catchable from code so when pushing notifications in a loop if for a moment the connection is lost the code breaks and no further pushes are sent, even if connection is available again.
is there a workaround or something?
Thanks
Regards
The text was updated successfully, but these errors were encountered: