You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
ecorm
added a commit
to ecorm/cppwamp
that referenced
this issue
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
crossbar/crossbar/router/dealer.py
Line 955 in 03d7057
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.
The text was updated successfully, but these errors were encountered: