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

fix(client): Fix Runtime error when running non async apps #192

Merged
merged 4 commits into from
Jun 10, 2024

Conversation

mgmacias95
Copy link
Member

closes #183

The VT Client expected to be called inside an asyncio coroutine and when it was not (for example, when running non-async wsgi apps) it raised a runtime error exception because there was no event loop. This PR fixes that.

@mgmacias95 mgmacias95 merged commit 03fd2f1 into master Jun 10, 2024
7 checks passed
@mgmacias95 mgmacias95 deleted the fix_wsgi branch June 10, 2024 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when using vt-py from a GCP Cloud Function
3 participants