-
> With classic RPC, the caller needs to know how to address each and every callee it wants to call. With WAMP routed RPC, the client (acting as a caller) only needs to know how to address it's upstrea…
-
Crossbar implements router to router links. Its a WAMP based mechanism of connecting multiple routers to each other and effectively creating a mesh of routers. It can also be useful for edge-cloud sce…
-
At the moment not all the Admin WAMP API procedures are available via the Admin HTTP API.
# Realm
* [X] `bondy.realm.create`→ `POST /realms`
* [X] `bondy.realm.get` → `GET /realms/:realm_uri`
…
-
Server side errors:
```
7:31:33.335 [info] Application lager started on node 'simple_router@127.0.0.1'
17:31:33.338 [info] Application cowboy started on node 'simple_router@127.0.0.1'
17:31:33.372 [i…
-
If a router replies to Autobahn's goodbye with a [standards-compliant response like `wamp.close.goodbye_and_out`](https://wamp-proto.org/_static/gen/wamp_latest_ietf.html#session-close), the Component…
-
I've encountered a crash when using a Python2 router with a Python3 client.
Indeed, when the router send a `autobahn.wamp.message.Error` containing kwargs the client crashes:
```
Traceback (most rec…
-
There is currently no standard mechanism to allow the rate limiting of WAMP messages to mitigate DoS attacks, or just to prevent memory exhaustion during heavy loads.
HTTP has the `429 Too Many Req…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
Today i tried to add new assets…
-
# invoke="all" + yields="gather"
Below is a sketch how a minimal-viable solution could look like _in Autobahn_.
I am doing this in code, rather than WAMP protocol messages, as the main questions a…
-
Currently the [`wamp.subscription.on_unsubscribe`](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_pubsub_subscription_meta_api.md#wampsubscriptionon_unsubscribe) returns a l…