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

Websockets module: avoid size limitations #1667

Closed
fgalan opened this issue Jan 14, 2016 · 3 comments
Closed

Websockets module: avoid size limitations #1667

fgalan opened this issue Jan 14, 2016 · 3 comments
Labels
Milestone

Comments

@fgalan
Copy link
Member

fgalan commented Jan 14, 2016

(Parent issue: #1181)

Current implementation uses a hardwired size limit in message (both input and output?) of 128 bytes (if I’m remembering correctly). We should ensure that messages greater than that are correctly handled.

@fortizc
Copy link
Contributor

fortizc commented Feb 24, 2016

This is was solved in d72aab5

@fgalan
Copy link
Member Author

fgalan commented Feb 24, 2016

For the sake of traceability... do you know the PR number in which the d72aab5 commit was merged into feature/1181_websockets? Thx!

@fgalan fgalan added this to the 0.28.0 milestone Feb 24, 2016
@fgalan
Copy link
Member Author

fgalan commented Feb 25, 2016

That commit is part of PR #1814

@fgalan fgalan closed this as completed Feb 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants