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

handshake.createWriteStream() cannot handle buffers larger than a certain.... #35

Open
Prash74 opened this issue Dec 6, 2018 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@Prash74
Copy link

Prash74 commented Dec 6, 2018

..size

Expected Behavior

handshake.createWriteStream() should be able to send buffers of any size

Actual Behavior

The write stream fails if the message size is large

Steps to Reproduce the Problem

  1. const writer = handshake.createWriteStream()
  2. const identity = fs.readFile('<Any Ara Identity Protobuf file')
  3. const reader = handshake.createReadStream()
  4. reader.on('data', console.log)
@Prash74 Prash74 added bug Something isn't working enhancement New feature or request labels Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant