Skip to content

Resolve "Errors in pythonactor result handler is not properly handled"

Closes #9 (closed)

In our last tests, the exception we got from putting data in mongo (a bug which has been fixed elsewhere) was not visible. This was because exceptions in async callbacks are not captured anywhere. This MR captures all exceptions in PythonActor.resultHandler and PythonActor.errorHandler and handles them appropriately.

Edited by Wout De Nolf

Merge request reports