-
Implement a `RouterSession` class that derives from `internal::Session` and implements the broker/dealer roles according to the basic spec. The `RouterSession` instances would share information with a…
ecorm updated
2 years ago
-
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…
-
-
# Observations
Based on the basic profile specifications the protocol requires both peers to send a goodbye message to each other when a session is being closed. So if a component initiates the close…
-
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`)
* [ ] *…
-
A similar (maybe exact the same) problem was raised in #1234, but no reaction for 2 years. The issue seems to be qiute important.
## Version
```
Crossbar.io : 19.6.1
txaio : 1…
-
crossbar.io v22.6.1
Calls to wamp.session.kill_by_authid with any reason are handled by router/service.py so do not appear to cause the router to set the cookie to "not authenticated", unlike when …
-
The following describes `wamp-cryptosign`, a new WAMP-level authentication mechanism using the [Ed25519](http://ed25519.cr.yp.to/) digital signature scheme which is based on elliptic-curve cryptograph…
-
I have this error with PHP Version 7.3.2. Works good with 7.4.4.
`Fatal error
Uncaught exception: 'ParseError'
Message: 'syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTI…
-
Right now Nexus doesn't take into account the request ID sequence number. That is not aligned with WAMP SPEC.
Under [IDs](https://wamp-proto.org/wamp_latest_ietf.html#name-ids):
IDs in the sessi…