Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix YAML maxBytes not being set on Stream (#60)
Currently, we accept maxBytes in the Stream YAML. However, we're not actually passing this value to the client. This leads to a Stream being created without maxBytes set. This change passes maxBytes to the client so Streams get correctly created.
- Loading branch information