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

Elevate XSocketAddressInUse to ERROR #655

Merged

Conversation

simons-public
Copy link

Errors where the socket address is in use will keep the server from connecting with clients. This should be reported as an ERROR instead of a warning. Also, if the retry time is shorter issues will be more obvious, since the error will cause the log to scroll visibly.

Related discussions #516, #652, #654

@p12tic
Copy link
Member

p12tic commented May 6, 2020

Thanks!

cc. @AdrianKoshka

Errors where the socket address is in use will keep the server from connecting
with clients. This should be reported as an ERROR instead of a warning. Also,
if the retry time is shorter issues will be more obvious, since the error will
cause the log to scroll visibly.
@shymega
Copy link

shymega commented May 12, 2020

Not sure why you force-pushed? I'm cautious to merge, just need to check that the force push won't affect the main Barrier commit history.

Otherwise, looks fine to me. Thanks 👍

@shymega shymega self-requested a review May 12, 2020 21:10
@simons-public
Copy link
Author

simons-public commented May 12, 2020

@shymega The force push was just to get my PR rebased after the use-macdeployqt branch was merged. I did the same thing on the tis-tsm-fix PR and it doesn't look like it affected the commit history.

@shymega
Copy link

shymega commented May 12, 2020

OK, thanks for explaining 😄

Merging now, thanks again!

@shymega shymega merged commit fe0f330 into debauchee:master May 12, 2020
@shymega shymega added the enhancement New feature or request label May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants