Skip to content

feat: add accept method (supersedes #292)#314

Open
KarstenB wants to merge 1 commit into
containerd:masterfrom
KarstenB:feat/add_accept_method
Open

feat: add accept method (supersedes #292)#314
KarstenB wants to merge 1 commit into
containerd:masterfrom
KarstenB:feat/add_accept_method

Conversation

@KarstenB
Copy link
Copy Markdown

Add accept method for better error handling and ergononics when only one connection is expected. Fixes #293

I didn't want to force push on a branch that is already used externally, but this branch removes the &mut self in favor of a &self.

Add accept method for better error handling and ergononics when only one connection is expected.
Fixes containerd#293

Signed-off-by: Karsten Becker <567973+KarstenB@users.noreply.github.com>
Co-authored-by: Jorge Prendes <jorge.prendes@gmail.com>
@KarstenB KarstenB mentioned this pull request May 12, 2026
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.

Add single connection support to Server

1 participant