wamp.rt icon indicating copy to clipboard operation
wamp.rt copied to clipboard

A WAMP V2 nodejs router

Results 8 wamp.rt issues
Sort by recently updated
recently updated
newest added

The `Router` constructor's [`options.handleProtocols`](https://github.com/websockets/ws/blob/master/doc/ws.md#new-websocketserveroptions-callback) handling seems like it is meant to either ... 1. use the caller's `options.handleProtocols`, if supplied, or 2. use the its default implementation accepting only the...

https://github.com/Orange-OpenSource/wamp.rt/blob/97ffc5a4d2651ccc810e1493f6996500d5448940/lib/session.js#L47

I'm getting events to the local session when publishing. This should not be the case https://github.com/crossbario/autobahn-js/blob/master/doc/reference.md#publisher-exclusion > By default, a Publisher of an event will not itself receive an event...

We run the router on a relative low embedded device ( < 300mhz ), and it also host a little nodejs webserver for an webapplication with need to support concurrent...

I believe that if you returned an error as a response to a call, you should be able to read the error on the client

I tried wamp.rt to study WAMP. I found that unsubscribe does not work correctly because subsid is not specified at the unscribetopics() in handlers.js. I changed as follows, then it...

We're using Wamp.rt as our server wamp implementation and Jawampa (https://github.com/Matthias247/jawampa) as a client. There is a small incompatibility between the two. Wamp.rt creates a session ID as a string...