Giter Site home page Giter Site logo

Comments (4)

rauls avatar rauls commented on August 27, 2024

Also it appears as the data input handler doesnt handle content-length at all.

You have to process the headers before building a whole frame. If I send 1000 @\n pairs in a frame, your code will not handle it.

ON data.

IF no headers and detected \n\n
decode headers and store, dont build frame.

IF content-length < bodysize so far OR ( no content-length AND null detected)
create frame and store.

This has to work, if we are to use snappy compressed content to speed up thruput of a LARGER messages >1k

from stomp-js.

benjaminws avatar benjaminws commented on August 27, 2024

Apologies for the delay. My day job has been super busy. I will hopefully be looking into this before the week is out.

from stomp-js.

rauls avatar rauls commented on August 27, 2024

My temporary work around (will break when content-length is used) is as follows (DIFF).

144,147d143
< if (frames.length == 1) {
< frames = buffer.split('\0');
< }
<

from stomp-js.

benjaminws avatar benjaminws commented on August 27, 2024

This was fixed in issue #13

from stomp-js.

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.