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

Warning when running lsp_devtools record #28

Closed
alcarney opened this issue Jan 8, 2023 · 0 comments · Fixed by #63
Closed

Warning when running lsp_devtools record #28

alcarney opened this issue Jan 8, 2023 · 0 comments · Fixed by #63
Labels
bug Something isn't working lsp-devtools Issues affecting the lsp-devtools package

Comments

@alcarney
Copy link
Member

alcarney commented Jan 8, 2023

/usr/lib64/python3.11/asyncio/base_events.py:692: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False>
  _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self)
ResourceWarning: Enable tracemalloc to get the object allocation traceback

Generally happens when hitting Ctrl-C, but I have seen it a few times show up mid session.

Not really sure where this is coming from... especially since nothing seems broken....

@alcarney alcarney added bug Something isn't working lsp-devtools Issues affecting the lsp-devtools package labels Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lsp-devtools Issues affecting the lsp-devtools package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant