autobahn-js icon indicating copy to clipboard operation
autobahn-js copied to clipboard

WAMP in JavaScript for Browsers and NodeJS

Results 93 autobahn-js issues
Sort by recently updated
recently updated
newest added

Just reran our tests, and this one differs from the checked in result: ``` (cpy372_5) oberstet@intel-nuci7:~/scm/crossbario/autobahn-js$ git diff test/ diff --git a/test/test_pubsub_multiple_matching_subs.txt b/test/test_pubsub_multiple_matching_subs.txt index 0836bd5..74f505a 100644 --- a/test/test_pubsub_multiple_matching_subs.txt +++ b/test/test_pubsub_multiple_matching_subs.txt...

needs-discussion
CI-CD

Need to investigate why/what: ``` (cpy372_5) oberstet@intel-nuci7:~/scm/crossbario/autobahn-js$ make test_connect nodeunit test/test_connect.js test_connect.js connecting 10 sessions ... (node:3660) TimeoutOverflowWarning: 1.0000000000000002e+31 does not fit into a 32-bit signed integer. Timeout duration was...

needs-investigation
core

Hi there, In order for autobahn.js to run under NW.js and correctly uses the browser Websocket transport, the dedicated factory (autobahn-js/lib/transport/websocket.js) could be modify like so: Line 81: if (global.process...

enhancement
docs
project-rws

Hello everybody, Angular 6.x changed some things. I had to add this to my polyfill.ts. (window as any).global = window; (window as any).process = window; (window as any).Buffer = window;...

needs-investigation

... so that people know where to get the library for self-hosting it.

docs

When the WAMP server shutdown with `GOODBYE` and closes the connection. AutobahnJS will try to echo the message on a closing/closed websocket crashing the program. ``` /.../node_modules/ws/lib/websocket.js:314 const err =...

AutobahnJS supports and uses cutting edge secure technology, for authentication, and (upcoming) for XBR (end-to-end data transaction level encryption). ABJS supports WAMP-cryptosign, an authentication method based on Curve25519 elliptic curves...

docs
project-rws

Crossbar.io supports these serialization formats: * JSON * [MessagePack](https://msgpack.org/index.html) * [CBOR](http://cbor.io/) * [UBJSON](http://ubjson.org/) AutobahnJS supports these serialization formats: * JSON, MessagePack, CBOR > AutobahnJS does not support UBJSON, but it...

docs
project-rws

Issues on https://github.com/crossbario/autobahn-js-browser are closed, so opening this Issue here. TimeoutError in the minified [autobahn-js-browser/autobahn.min.js](https://github.com/crossbario/autobahn-js-browser/blob/master/autobahn.min.js) is incorrectly mangled to `a`. See * https://jsfiddle.net/mbcz682j/ This breaks TimeoutError testing, e.g. ```js try...

needs-investigation

Could somebody give me more information on this parameter. What does this parameter tells the router to do?

enhancement
docs