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

Allow one to configure dependencies of: ResultsParser, ArgsSerializer. #245

Merged
merged 4 commits into from
Nov 23, 2022

Conversation

andreibancioiu
Copy link
Contributor

@andreibancioiu andreibancioiu commented Nov 18, 2022

Allow one to configure dependencies of: ResultsParser, ArgsSerializer. For example:

new ResultsParser({
    argsSerializer: new ArgsSerializer({
        codec: new BinaryCodec(new BinaryCodecConstraints({ ... }))
    })
})

Increase default maxBufferLength and maxListLength for the binary codec.

@andreibancioiu andreibancioiu self-assigned this Nov 18, 2022
claudiu725
claudiu725 previously approved these changes Nov 22, 2022
@andreibancioiu andreibancioiu merged commit 496e500 into main Nov 23, 2022
@andreibancioiu andreibancioiu deleted the fix-buffer-constraints branch November 23, 2022 13:09
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.

3 participants