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

Socket datas never handled if too small #288

Closed
artggd opened this issue Apr 7, 2014 · 2 comments
Closed

Socket datas never handled if too small #288

artggd opened this issue Apr 7, 2014 · 2 comments
Milestone

Comments

@artggd
Copy link
Contributor

artggd commented Apr 7, 2014

When listening a socket, if the datas returned by this one are too small, the connection is instantly closed and those datas are never emmitted. $conn->on( 'data', function ($data){}); is never fired.

artggd pushed a commit to artggd/react that referenced this issue Apr 7, 2014
data test updated -> handleData($stream)
@staabm
Copy link

staabm commented Apr 7, 2014

how small is to small?

@artggd
Copy link
Contributor Author

artggd commented Apr 7, 2014

smaller than the buffer size, 4096 characters.

@cboden cboden added this to the v0.4.1 milestone Apr 13, 2014
@cboden cboden closed this as completed in 803b64c Apr 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants