Giter Club home page Giter Club logo

Comments (8)

aslakhellesoy avatar aslakhellesoy commented on June 9, 2024

Could it be that #108 (released in 1.0.6) introduced a regression?

Contributors: I think we need to add some fuzz testing.

from eventsource.

stevus avatar stevus commented on June 9, 2024

We're using 1.0.5 so that wouldn't have caused our problem.

from eventsource.

rexxars avatar rexxars commented on June 9, 2024

Could you try upgrading to 1.0.6?

from eventsource.

stevus avatar stevus commented on June 9, 2024

Upgrading to 1.0.6 has the same issue.

I can also see that a random message comes in before the properly formed one I am waiting for, and that is the exact character length of that characters missing. Could this be an issue with character chunking/content length?

69

id: 51
data: ProjectionChannel@OrderUpdated {"id":"55bf136a15e9415985aed687b5a13cdb","streamRevision":4

from eventsource.

rexxars avatar rexxars commented on June 9, 2024

This looks like chunked transfer encoding. We should have a look at handling this

from eventsource.

rexxars avatar rexxars commented on June 9, 2024

Actually, node automatically decodes chunked transfers, so this shouldn't be the case. Does this happen often enough that you could try replicating it in the browser with the native EventSource API?

Could you get hold of the response stream from something like curl?

from eventsource.

stevus avatar stevus commented on June 9, 2024

Closing this issue - I don't think it is being caused by EventSource.

Just found that we are seeing two octets for a message, I imagine one is the octet meant for the following message and causing the first to be cutoff:

69
69
id: 51
data: ProjectionChannel@OrderUpdated {"id":"55bf136a15e9415985aed687b5a13cdb","streamRevision":41}

id: 52
data: ProjectionChannel@OrderUpdated {"id":"55bf136a15e9415985aed687b5a13cdb","streamRevision":42}

This explains why we see:

69
id: 51
data: ProjectionChannel@OrderUpdated {"id":"55bf136a15e9415985aed687b5a13cdb","streamRevision":4

from eventsource.

stevus avatar stevus commented on June 9, 2024

We are thinking this might be a ServiceStack related bug, or some C# layer responsible for the chunked encoding.

from eventsource.

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.