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

Use stream to send debug files #279

Merged
merged 4 commits into from
Jan 13, 2022
Merged

Use stream to send debug files #279

merged 4 commits into from
Jan 13, 2022

Conversation

ferranbt
Copy link
Contributor

@ferranbt ferranbt commented Jan 3, 2022

Closes #217.
Before, we would send debug trace files as a GRPC message. Now, we use a net.Conn interface on top of the GRPC message to send big files back.

@ferranbt ferranbt merged commit 4829114 into master Jan 13, 2022
@temaniarpit27 temaniarpit27 deleted the ferran/feat-debug-file branch June 8, 2022 07:06
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.

Debug traces longer than max Grpc message
2 participants