csp icon indicating copy to clipboard operation
csp copied to clipboard

Expose engine_shutdown method on PyPushInput and PyAdapterManager classes

Open robambalu opened this issue 1 year ago • 0 comments

If a pushing thread hits some terminal error in a python implementation, the adapter needs a way to pass along the exception and shutdown info to the main engine thread. This mechanism already exists on the c++ side ( rootEngine() -> shutdown( exception_ptr ) ) We need to expose these as python methods on push adapter and adapter manager py objects

robambalu avatar May 22 '24 17:05 robambalu