Skip to content

issues Search Results · repo:elpheria/rpc-websockets language:JavaScript

Filter by

100 results
 (91 ms)

100 results

inelpheria/rpc-websockets (press backspace or delete to remove)

I wonder, in the server, why is it that errors thrown in a command handler function cause that command to return to the client an error of method not found (-32601)? I understand if the server refuses ...
  • 439bananas
  • Opened 
    on May 25
  • #177

#175 breaks my application: Server code is: const server = new RPCServer({host: localhost , port: 2024}); // .... server.of( /consumer ).emit( someEvent , { /* ... */ }); server.of( /producer ).emit( ...
  • smelukov
  • 13
  • Opened 
    on Apr 2
  • #176

https://github.com/pocesar/node-jsonrpc2/tree/next/src Also slapping a LGPL-v3 license on top of a MIT?
  • pocesar
  • 1
  • Opened 
    on Aug 13, 2024
  • #169

https://stackoverflow.com/questions/78566652/solana-web3-js-cannot-find-module-rpc-websockets-dist-lib-client
  • ibockowsky
  • 5
  • Opened 
    on Jun 28, 2024
  • #168

import * as web from rpc-websockets ; import { IPC_Events } from ./constants ; let Websocket; export const socketServer = () = { console.log(web) Websocket = new web.Client( ws://localhost:7000 ); Websocket.on( ...
  • alexvisai
  • 11
  • Opened 
    on Jun 5, 2024
  • #163

the changed esnext compile thing from 1.11.0 is breaking usage for me in an EmberJS app websocket.browser.js:75 Uncaught (in promise) ReferenceError: exports is not defined at eval (websocket.browser.js:75:1) ...
  • basz
  • 7
  • Opened 
    on May 27, 2024
  • #160

Consumers of this package build for a variety of targets, from the most modern to the most deprecated. The choice of which target to build their application against rests with them, and them alone. This ...
  • steveluscher
  • Opened 
    on May 2, 2024
  • #158

I can t find a good way to send ArrayBuffer data. The only solution I ve found that works is to convert to text and wrap in an object. Ideally we would be able to send the ArrayBuffer directly, and have ...
  • pentacular
  • Opened 
    on Apr 17, 2024
  • #157

This is the code for emit on the top level (not namespace) with considerations of subscribers // forward emitted event to subscribers this.on(name, (...params) = { ...
  • wwth
  • 1
  • Opened 
    on Dec 20, 2023
  • #155
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub