Skip to content

Don't reuse sockets when trying to create connection#3960

Merged
mueller-ma merged 1 commit intoopenhab:mainfrom
maniac103:socket-detect-fix
Feb 12, 2026
Merged

Don't reuse sockets when trying to create connection#3960
mueller-ma merged 1 commit intoopenhab:mainfrom
maniac103:socket-detect-fix

Conversation

@maniac103
Copy link
Copy Markdown
Contributor

The socket may already be closed after a first broken connection attempt, in which case the other 9 retries are futile and fail due to the socket being closed.

The socket may already be closed after a first broken connection
attempt, in which case the other 9 retries are futile and fail due to
the socket being closed.

Signed-off-by: Danny Baumann <[email protected]>
@maniac103 maniac103 mentioned this pull request Feb 12, 2026
8 tasks
@mueller-ma mueller-ma merged commit 6f5311c into openhab:main Feb 12, 2026
8 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