-
The spec is really confusing with regards to meta events. From what I can infer, there seems to be two mechanisms for meta events.
---
The first mechanism is the **Meta API**, which includes special…
-
We have "progressive CALL _results_" (https://github.com/tavendo/WAMP/blob/master/spec/advanced.md#progressive-call-results) in the AP.
With this feature, a Callee can produce results in pieces.
It …
-
see example at https://github.com/crossbario/crossbarexamples/tree/master/event-history
For all contributors: This is working code, and we think this is a workable solution, but feedback is welcome, …
-
Background: I want to add a new user through the http-api on port 18081. I'm using Postman for that (local install).
I'm able to add a user to a realm with a password or cryptosign key and add it t…
-
I did not see any template for raising issues in the repo so if this does not meet an expected standard please let me know and I will update. I did check the previous issues though and could not see a…
-
# Intro
Thinking about the open PR and issue rgd **session resumption**, in particular, trying to explore the use cases, I came up with an alternative approach to what I think is one important use …
-
Implement [event history](https://wamp-proto.org/_static/gen/wamp_latest_ietf.html#rfc.section.14.4.8), as per the advanced spec.
ecorm updated
2 years ago
-
I have implemented router to router links based on top of Nexus https://github.com/om26er/nexlinks. It extends the Nexus router to act as a relay i.e. forward all WAMP procedures registered on one rou…
-
Nexus is simple, fast and small. That makes it a great candidate to run in the Edge. The small size and memory footprint are especially attractive and I would like to play with the idea of Nexus forwa…
-
Hello,
I was trying to send simple publish through http like describe [here](https://crossbar.io/docs/HTTP-Bridge-Publisher/?highlight=crossbarconnect) in my project when i get the following error …