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

codec direction logging #1066

Merged
merged 1 commit into from
Mar 7, 2023
Merged

Conversation

conorbros
Copy link
Member

Pulled this out of #1065. Found it pretty difficult to read the debugging logs with all the concurrent connections and figure out what messages paired up without this change.

@rukai
Copy link
Member

rukai commented Mar 7, 2023

The improved logging is a good idea but why move the direction arg from new() to build()?
The same Codec Builder is never used for both sink and source.

Copy link
Member

@rukai rukai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@rukai rukai merged commit ef64015 into shotover:main Mar 7, 2023
@conorbros conorbros deleted the codec-direction-logging branch March 8, 2023 04:22
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.

3 participants