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

API for partial messages #47

Open
mehaase opened this issue Oct 11, 2018 · 1 comment
Open

API for partial messages #47

mehaase opened this issue Oct 11, 2018 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@mehaase
Copy link
Contributor

mehaase commented Oct 11, 2018

Right now the WebSocketConnection will buffer partial messages until the entire message is received. There should be some option (probably in the constructor) to allow receiving partial messages instead.

@njsmith
Copy link
Member

njsmith commented Oct 11, 2018

There should probably also be a mechanism to cap the amount of data that trio-websocket will buffer internally, probably enabled by default with some reasonably limit and a configuration knob to adjust it.

@mehaase mehaase added the enhancement New feature or request label Oct 25, 2018
@mehaase mehaase added this to the 1.0 milestone Nov 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants