csp
csp copied to clipboard
Expose engine_shutdown method on PyPushInput and PyAdapterManager classes
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