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

refactor(s2n-quic-dc): thread event::Subscriber through streams #2387

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Nov 26, 2024

Description of changes:

This change makes it possible to emit events from s2n-quic-dc streams by threading through a generic event::Subscriber in all of the data structures and functions.

I haven't actually emitted any events at this point, since the change is already quite large. Actual events will come in a later PR.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft marked this pull request as ready for review November 26, 2024 22:15
@camshaft camshaft merged commit b52d7b9 into main Dec 2, 2024
130 checks passed
@camshaft camshaft deleted the dc-stream-events branch December 2, 2024 18:01
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