-
After rereading the current spec text and some contemplation, I now think the spec does not sufficiently define "the router" which obviously is a crucial element in WAMP.
In fact, the spec uses "th…
-
My WAMP router is running at home behind a DS-Lite cable modem (i.e. I only have an external IPv6 address, but no IPv4). I use Cloudflare to proxy IPv4 to IPv6. However it does not support websockets.…
-
I am building a mobile application that spawns a docker container running a daemon which accepts rpc commands. I have been looking at WAMP as a way to route a daemon rpc call generated by the mobile c…
-
When using the autobahn, how does one set a custom Option when registering an RPC end point?
The RegisterOptions object throws an exception when using an options that is not specified:
https://g…
-
WAMP has *acknowledged event publication*.
It currently does not have *acknowledged event delivery*.
Historically, this was by design:
* acknowledged event delivery requires the router to mai…
-
Hi there!
I'm trying to make a socket connection in react native but I'm getting 2 errors and the server says it successfully connected.
my code
```
let connection = new wamp.Co…
-
The WAMP spec says very little about how [cookie-based authentication](http://wamp-proto.org/static/rfc/draft-oberstet-hybi-crossbar-wamp.html#rfc.section.14.5.2.2.1) is supposed to work. The spec ma…
-
When a client requests a valid but unconfigured authmethod on rawsocket, the respective log message ("client requested valid, but unconfigured authentication method cryptosign") is only printed at log…
-
WAMP-cryptosign is an asymmetric key, signature based authentication scheme that is defined by two parts:
1. the message exchange pattern (authentication handshake) and construction of challenge to…
-
For testing purposes, I am trying to find out when a crossbar router is available and accepting connections.
When the router is not yet started the `autobahn.asyncio.wamp.ApplicationSession` throws…