Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 247 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 247 Bytes

Chunking Large Messages with gRPC

This implementation was inspired by this post.

The server performs checksums on the chunks and sends a handshake to the client after each chunk is read.