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

trySingleSlice during deserializing grpc::ByteBuffer can fail #41

Open
raakella1 opened this issue Oct 13, 2023 · 0 comments
Open

trySingleSlice during deserializing grpc::ByteBuffer can fail #41

raakella1 opened this issue Oct 13, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@raakella1
Copy link
Contributor

The trySingleSlice method to get the reference of the underlying buffer from grpc::ByteBuffer expects the ByteBuffer to be made of single uncompressed slice. The buffer we get from grpc server does not guarantee that. The only other option is to use dump method which copies the buffer.

@raakella1 raakella1 self-assigned this Oct 13, 2023
@szmyd szmyd modified the milestones: MileStone4.00, MileStone3.11, MileStone3.12 Nov 14, 2023
@hkadayam hkadayam modified the milestones: MileStone3.12, MileStone4.1 Jan 31, 2024
@hkadayam hkadayam added the bug Something isn't working label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants