-
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`
…
-
Draft issue to collect ideas to consider for next major update
## Motivation
Nexus was written years ago and has accumulated features and interfaces to support an evolving standard. Now that the W…
-
ref: #395
The situation described by @mfojtak still not works.
As for my investigation, I found:
A procedure registered by
`session.register("com.myapp.funcs.add", add, { match: "prefix" })…
-
Crossbar.io is not only a WAMP router, but also implements the following WAMP based APIs in the router (server) itself:
* [ ] **Dynamic Authentication API** (eg `com.example.authenticate`)
* [ ] *…
-
Expose some information about the router itself, e.g.
- number per incoming/outgoing messages
- incoming/outgoing traffic (bytes/sec)
- number of successful and rejected authentications per auth…
-
I have assembled a list of CB features (still not complete, but more complete than anything we have right now). Can we integrate that into the docs? At a central, easily found location. With each feat…
-
Hello,
The problem:
1. A client registers a procedure "foo"
2. Client disconnects unexpectedly
3. Client reconnects
4. Client tries to registers the procedure "foo"
5. The error "wamp.error.procedure…
-
I am using WampSharp in the "Caller" role and would like to log the (individual and overall) time spent waiting for the callee to respond to my (async) calls to various WAMP procedures.
Now, I have…
-
Where is I can find Thruway module for this https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_rpc_registration_meta_api.md?
-
I'm new to WAMP and in the process of using the Go implementation ([nexus](https://github.com/gammazero/nexus)) to write my own little desktop bus (sort of like DBUS, but easier and web transparent).
…