Giter Site home page Giter Site logo

Comments (7)

mkozjak avatar mkozjak commented on May 14, 2024

Would be handy if you attached an example and an error, if it's not a problem.

from rpc-websockets.

sir-go avatar sir-go commented on May 14, 2024

I subscribe my Client to 'act.change' event:

ws.on('act.change', p => {console.log(p)})

and on

{"jsonrpc":"2.0","notification":"act.change","params":{"id":"59ad722f7520c26f1249fe29"}}

notification I see 'undefined' in the console due to "params" is an Object and params.length === undefined,

https://github.com/qaap/rpc-websockets/blob/c335c872f8ea46df06848d21ac57df30457322d7/src/lib/client.js#L225

for (let i = 0; i < message.params.length; i++) {
 // ... will never happen
}

Sorry I dunno how to show a full-working example, it's a part of the big Client (vuejs) - Server (golang) application.

from rpc-websockets.

sir-go avatar sir-go commented on May 14, 2024

I made a custom json.Marshal for encoding any notification params as an array on the server-side, it works but it's sad.

from rpc-websockets.

mkozjak avatar mkozjak commented on May 14, 2024

Thanks!!! Will take a look into it asap!

from rpc-websockets.

mkozjak avatar mkozjak commented on May 14, 2024

@msergdeez: Fixed in master! Can you use that one 'till I do a full release? Have some other things to do before publishing...

from rpc-websockets.

sir-go avatar sir-go commented on May 14, 2024

Awesome! Thanks for the response!

from rpc-websockets.

mkozjak avatar mkozjak commented on May 14, 2024

@msergdeez: 3.5.0 including the fix is now published!

from rpc-websockets.

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.