forked from vortex73/pongdaddy
-
Notifications
You must be signed in to change notification settings - Fork 6
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
bug: Handle SSL Failures Gracefully #1
Labels
Comments
Thank you for opening this issue! A Maintainer will review it soon! |
Hi, I want to solve this. Can I please get assigned? |
!assign @RohanChirbi 50 |
could u assign this to me.. |
!assign @velukutty2194 60 |
can I get this? no one is assigned this currently |
assign this to me please |
!assign @Redslayer112 60 |
!withdraw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the SSL connection error handling is basic and exits the program. Implement proper error handling and reconnection attempts.
Steps to reproduce:
Start the game with incorrect SSL certificates
Observe program termination
Expected behavior: Program should display user-friendly error message and allow retry.
The text was updated successfully, but these errors were encountered: