-
Notifications
You must be signed in to change notification settings - Fork 22
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
Where do the exceptions go? #53
Comments
This is definitely a bug. Effectively, the exceptions go nowhere; what's causing even the traceback-printing you're seeing is your own There's some logic in This logic should be refactored to apply to any part of the user code raising an exception, and therefore also be called in Does this explanation make sense? BTW, if you're implementing your own |
I assume this is the same issue -- you can trigger something like this as simply as having a tube that is:
Sticking that into a series appears to just silently fail. |
Yep, definitely a bug. A fix would be much appreciated :) |
exctube.txt
I would expect
flowStopped
to be called on each participant in the flow. It seems thatstopped
is called on the tube with the buggyreceived
method but the exception doesn't appear to be propagated beyond that.The text was updated successfully, but these errors were encountered: