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

Fixes #1407 - use adaptor_listener to manage listening socket lifecycle #1408

Merged
merged 1 commit into from
Feb 10, 2024

Conversation

kgiusti
Copy link
Contributor

@kgiusti kgiusti commented Feb 8, 2024

The replaces the flow-based activation of the listening socket with the adaptor_listener implementation. The adaptor_listener approach has the advantage where it will close the listening socket when there are no more consumers.

@kgiusti kgiusti merged commit 2ffd30b into skupperproject:main Feb 10, 2024
35 of 37 checks passed
@kgiusti kgiusti deleted the ISSUE-1407 branch February 10, 2024 13:13
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.

Remove tcpListener core connection and use adaptor_listener connection callback instead
2 participants