-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix(soap): Handle downed game server gracefully #76
Comments
I was thinking more of the lines of either some try/catch with api calls or something simple like this.
Then for pages that use the service calls I would do this first.
There is probably a cleaner way of doing this. But the point is we need to gate service calls to check if game server is up. |
Probably is a good thing to add as an extra warning, but not as a raising error, because will cause to block access to the wp-admin view. Feel free to propose a PR, we will be happy to get more help. |
Get POD errors when a subscriber or anyone else tries logging in while game server is down. Errors also on character view. User needs messaging that game server is under maintenance.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: