-
Notifications
You must be signed in to change notification settings - Fork 8
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
testing a function that publishes to a topic causes a panic #2184
Comments
Looks like this is the panic we're hitting:
|
i imagine the issue's originating from somewhere in here might have something to do with the fact the topic being published to is passed into a function and being called from within that function |
Sounds like the context was not creating via
|
confirmed point 1. For point 2, I'm not testing a verb but the same context is being passed through |
apologies, i don't have time to create an isolated reproducible issue. it would require spending a significant amount of time in order to provide the necessary context.
The text was updated successfully, but these errors were encountered: