-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payload Passthru Mode in Crossbar #2056
Comments
since this is - at the wamp general level - a bigger feature (not only a bug fix or small addition), and since we only now have spec text for PPT, but we do have existing implementations in CB + ABx, I would propose the following approach with the goals:
IOW: it is a matter of multiple, coordinated PRs the first piece is:
|
@KSDaemon ^ what do you think? |
rgd above approach, this is trying to address the problem of how to evolve and coordinate changes to multiple implementations conforming to a common spec. and further, "implementations" of two categories: routers and client libraries. the goal is:
if we now evolve "PPT spec-v0" (no spec text, but just what happens to be implemented in CB, ABx) to "PPT spec-v1" (the new spec section for PPT we now have), how to sequence and coordinate changes, minimizing work and risk |
Well, I think that as there are no tests for current |
Crossbar has for a while support "opaque payloads", now renamed to Payload Passthru Mode with some modifications to the attributes. Nexus has now basic support for the new Payload Passthru Mode. Crossbar needs to be updated to the new spec so that the autobahn client libraries could be changed according to the new spec
Had a discussion with @oberstet and he said to create github issues.
The spec text lives here https://wamp-proto.org/wamp_latest_ietf.html#name-payload-passthru-mode
The text was updated successfully, but these errors were encountered: