-
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
ERROR sent after GOODBYE when caller leaves in middle of progressive call results #2068
Labels
Comments
thanks for reporting! this sounds like a bug in crossbar .. |
I can confirm this bug still occurs after upgrading to the latest master. What's happening is that the callee sends an ERROR in response to the INTERRUPT, which Crossbar forwards back to the caller despite leaving the session. Here's a trace that includes both caller and callee (with HELLO/GOODBYE options stripped for brevity).
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While using Crossbar to test the CppWAMP client implementation, I've come across some strange behavior on the part of Crossbar. When the caller leaves before a call with progressive results completes, Crossbar sends the GOODBYE response before sending the ERROR response with
wamp.error.canceled
. Here's a trace I've captured from the point of view of a CppWAMP client:One would expect the router to send the ERROR message before the GOODBYE message, or not even bother sending the ERROR message at all.
The version of Crossbar I have installed on my desktop is pretty old at v18.9.2. I checked to see if this bug was reported before, but can't find anything.
I'll try to install a more recent version of Crossbar when I get the chance, and will check if the bug is still there. In the meantime, I've reported the bug here so that it's not forgotten.
The text was updated successfully, but these errors were encountered: