Giter Site home page Giter Site logo

Binary data is not handled about stomp-js HOT 9 OPEN

benjaminws avatar benjaminws commented on August 27, 2024
Binary data is not handled

from stomp-js.

Comments (9)

benjaminws avatar benjaminws commented on August 27, 2024

I'll take a look at this. You're right though, if it's a bytes message, it should use buffers instead of strings.

from stomp-js.

benjaminws avatar benjaminws commented on August 27, 2024

Can you please try out branch issue-15 (https://github.com/benjaminws/stomp-js/tree/issue-15). All it does is convert the body of the message back to a buffer if it's detected that the message is a binary message (by the presence of content-length header).

from stomp-js.

francoisforster avatar francoisforster commented on August 27, 2024

That doesn't help. The bytes are already lost in translation before that.

from stomp-js.

benjaminws avatar benjaminws commented on August 27, 2024

Doh, you're right. I'll try another approach. This whole codebase needs a major refactoring :(

from stomp-js.

benjaminws avatar benjaminws commented on August 27, 2024

New approach will leave the buffer intact, only slicing out the command/header bits as needed. Can you pull it down and test it for yourself?

from stomp-js.

benjaminws avatar benjaminws commented on August 27, 2024

Looked at this again. Problem is more annoying that I initially thought. Working on a fix, though. Should have something cooked up tomorrow.

from stomp-js.

francoisforster avatar francoisforster commented on August 27, 2024

The body is still not a buffer (it's a Frame) which still mangles up the bytes.

from stomp-js.

benjaminws avatar benjaminws commented on August 27, 2024

Right. Hence the last note. Will hopefully have a fix today. The problem is the way I'm handling the incoming buffer, trying to treat it as a string initially instead of a buffer. Needs some extra work to parse out what I need from the buffer (no niceties like split, indexOf, etc on a buffer).

from stomp-js.

francoisforster avatar francoisforster commented on August 27, 2024

Greatly appreciate your work.

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.