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

BBOT python API should work inside non-main process #1904

Open
TheTechromancer opened this issue Oct 31, 2024 · 0 comments
Open

BBOT python API should work inside non-main process #1904

TheTechromancer opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@TheTechromancer
Copy link
Collaborator

BBOT's python API should work even if it's not running in the main process. Right now, since we spawn processes of our own, some of our code is checking the name of the current process, which breaks in certain situtations.

There might be a way we can set an immutable value on first import that says, "hey, this is the name of the main process", and reference that instead.

As requested in:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant