[PR #655] [MERGED] Elevate XSocketAddressInUse to ERROR #1669

Closed
opened 2026-05-05 07:59:07 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/655
Author: @simons-public
Created: 5/5/2020
Status: Merged
Merged: 5/12/2020
Merged by: @shymega

Base: masterHead: elevate-bind-failure-to-error


📝 Commits (1)

  • b3349dd Elevate XSocketAddressInUse to ERROR

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/lib/barrier/ServerApp.cpp (+2 -2)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/655 **Author:** [@simons-public](https://github.com/simons-public) **Created:** 5/5/2020 **Status:** ✅ Merged **Merged:** 5/12/2020 **Merged by:** [@shymega](https://github.com/shymega) **Base:** `master` ← **Head:** `elevate-bind-failure-to-error` --- ### 📝 Commits (1) - [`b3349dd`](https://github.com/debauchee/barrier/commit/b3349ddfec8c2ea5b1211ea98ff8ec318b71358c) Elevate XSocketAddressInUse to ERROR ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/barrier/ServerApp.cpp` (+2 -2) </details> ### 📄 Description 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:59:07 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1669
No description provided.