Code Monkey home page Code Monkey logo

Comments (6)

prolic avatar prolic commented on June 4, 2024

Thing is, I still receive data from the stream after the error.

from byte-stream.

prolic avatar prolic commented on June 4, 2024

Looking into the implementation details of ResourceOutputStream I see feof i used during write. Not sure if my idea makes sense to you:
If the server constantly sends me data and in between my client (using amphp) sends something back (ack, nack f.e.), then the stream may not be at end of file, because the server is already sending new data again.

from byte-stream.

kelunik avatar kelunik commented on June 4, 2024

Either you still have data buffered in the read buffer or the socket you're writing to is half-closed.

from byte-stream.

prolic avatar prolic commented on June 4, 2024

The ResourceOutputStream reacts to Loop::onWritable - so what can I do about having data in the read buffer? Is it my fault?
Also half-closed stream - well that's my problem, I don't know why this happens.

from byte-stream.

kelunik avatar kelunik commented on June 4, 2024

@prolic Well, you can read that data to empty the buffer, but is that data an issue? I'm not sure I understand what your actual question is.

from byte-stream.

prolic avatar prolic commented on June 4, 2024

Ok, I'll close this issue for now and reopen if I have a reproducible test-script. Thanks for your input.

from byte-stream.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.