Refactor server connection handling and address validation#1
Open
WeDontKnow3 wants to merge 5 commits intoSonys9:mainfrom
Open
Refactor server connection handling and address validation#1WeDontKnow3 wants to merge 5 commits intoSonys9:mainfrom
WeDontKnow3 wants to merge 5 commits intoSonys9:mainfrom
Conversation
Refactor connection handling and error management in Server class. Improve address validation and registration logic.
Owner
|
Looks good, ill review it soon! |
Owner
|
But can you return the descriptions in functions? (these """) and it get mails pls change returning value to return json.dumps({'result': True, 'data': self.addresses[address.lower()]['mails']}) because i didnt saw that i made an error |
Owner
|
Also, when error happens in while True (in connection handler) it will ruin connection cuz it will stop it so try except have to be in the while true |
Owner
|
I will fix it soon |
Author
i'm fixing it rn |
Refactor connection handling and improve error management in the Server class. Update method signatures to include docstrings for better documentation.
Owner
|
i did this: |
Owner
|
if all is ok you can change your code with mine and/or change something in it |
Author
nice |
Owner
|
That's all? |
Author
I'm creating the web page right now. |
Owner
|
Ohhhh thats good! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactor connection handling and error management in Server class. Improve address validation and registration logic.