Skip to content
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

Refactor: Handle connection error gracefully in antiCheatTest #163

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

ryan-gang
Copy link
Contributor

This pull request refactors the antiCheatTest function to handle connection errors gracefully. Previously, if there was an error connecting to the Redis server, the function would log a critical error and return a failure. Now, if there is an error connecting to the server, the function will simply return without logging any errors. This change improves the robustness of the code and allows the anti-cheat functionality to be skipped if the Redis server is not available.

@ryan-gang ryan-gang self-assigned this Aug 30, 2024
@rohitpaulk rohitpaulk merged commit acd81ae into main Aug 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants