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
When a callee leaves, the wamp.registration.on_unregister meta event that is emitted contains a null session id argument instead of an expected integer. The same thing happens with the wamp.registration.on_delete meta event.
The same goes for a subscriber leaving. When a subscriber leaves, the wamp.subscription.on_subscribe meta event that is emitted contains a null session id argument instead of an expected integer. The same thing happens with the wamp.subscription.on_delete meta event.
Is the null session ID intentional is these cases, due to callee/subscriber session no longer existing? The WAMP spec lists session|id as the first positional argument, and does not mention anything about it being nullable.
This is with Crossbar v.23.1.2.
The text was updated successfully, but these errors were encountered:
When a callee leaves, the
wamp.registration.on_unregister
meta event that is emitted contains anull
session id argument instead of an expected integer. The same thing happens with thewamp.registration.on_delete
meta event.The same goes for a subscriber leaving. When a subscriber leaves, the
wamp.subscription.on_subscribe
meta event that is emitted contains anull
session id argument instead of an expected integer. The same thing happens with thewamp.subscription.on_delete
meta event.Is the
null
session ID intentional is these cases, due to callee/subscriber session no longer existing? The WAMP spec listssession|id
as the first positional argument, and does not mention anything about it being nullable.This is with Crossbar v.23.1.2.
The text was updated successfully, but these errors were encountered: