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
In GitLab by @jannismain on May 19, 2021, 15:33
A ping-like command is required to test, whether
ping
This could also be used to check, whether the server is still alive, in cases where a server status is reported.
The messages could look like this:
Request:
{ "japi_request": "japi_ping" }
Response:
{ "japi_response": "japi_ping", "data": { "success": true } }
This addition was inspired by Interstellar's test_connection command
test_connection
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In GitLab by @jannismain on May 19, 2021, 15:33
Rationale
A
ping
-like command is required to test, whetherThis could also be used to check, whether the server is still alive, in cases where a server status is reported.
Story
Example
The messages could look like this:
Request:
Response:
Inspiration
This addition was inspired by Interstellar's
test_connection
commandThe text was updated successfully, but these errors were encountered: