Skip to content
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

Expose engine_shutdown method on PyPushInput and PyAdapterManager classes #245

Open
robambalu opened this issue May 22, 2024 · 0 comments
Open
Assignees
Labels
type: enhancement Issues and PRs related to improvements to existing features

Comments

@robambalu
Copy link
Collaborator

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

@timkpaine timkpaine added the type: enhancement Issues and PRs related to improvements to existing features label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Issues and PRs related to improvements to existing features
Projects
None yet
Development

No branches or pull requests

3 participants