websocket-multiplex icon indicating copy to clipboard operation
websocket-multiplex copied to clipboard

A thin library for doing multiplexing on top of SockJS

Results 12 websocket-multiplex issues
Sort by recently updated
recently updated
newest added

Hi, Just wanted to let you know the following URI in the README.md https://d1fxtkz8shb9d2.cloudfront.net/websocket-multiplex-0.1.js doesn't work anymore. Changed to https://aws.amazon.com/cloudfront/... I'm using this now: https://cdn.jsdelivr.net/npm/[email protected]/multiplex_client.min.js

I was trying to fixup some code that uses multiple SockJS instances to use WebSocketMultiplex instead. But it seems that there is an built-in assumption that I can not open...

I'm closing this issue. Feel free to file a new bug or reopen if you encounter more problems. _Originally posted by @majek in https://github.com/sockjs/sockjs-node/issues/57#issuecomment-5242304_

Bumps [express](https://github.com/expressjs/express) from 3.0.0 to 4.17.1. Release notes *Sourced from [express's releases](https://github.com/expressjs/express/releases).* > ## 4.17.1 > * Revert "Improve error message for `null`/`undefined` to `res.status`" > > ## 4.17.0 >...

dependencies

Bumps [express](https://github.com/expressjs/express) from 2.5.8 to 4.17.1. Release notes *Sourced from [express's releases](https://github.com/expressjs/express/releases).* > ## 4.17.1 > * Revert "Improve error message for `null`/`undefined` to `res.status`" > > ## 4.17.0 >...

dependencies

The following example code does not work correctly, the end method is undefined. ``` var ann = multiplexer.registerChannel('ann'); ann.on('connection', function(conn) { conn.write('Ann says hi!'); conn.on('data', function(data) { conn.write('Ann nods: '...

:lipstick: on the off-chance you guys think it makes sense to have amd support in the main branch...

Here's an example for raw websockets (instead of sockjs). It appears that onmessage, onclose, etc, used in the sockjs examples don't apply to raw websockets. ``` var ws = new...

Adresses this issue: https://github.com/sockjs/websocket-multiplex/issues/1