Skip to content
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

INVOCATION request ID is not session scope #2081

Open
ecorm opened this issue May 26, 2023 · 0 comments
Open

INVOCATION request ID is not session scope #2081

ecorm opened this issue May 26, 2023 · 0 comments

Comments

@ecorm
Copy link

ecorm commented May 26, 2023

The WAMP spec mandates that INVOCATION.Request be a session scope ID. However, in Crossbar the same ID generator is used by the Dealer class for all callee sessions. See

invocation_request_id = self._request_id_gen.next()

If generating INVOCATION request IDs on a per-session basis is deemed too costly, then it's the WAMP spec that should changed to loosen those requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants