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

disconnect task not awaited #839

Open
hao-yin-2609 opened this issue Feb 26, 2024 · 0 comments
Open

disconnect task not awaited #839

hao-yin-2609 opened this issue Feb 26, 2024 · 0 comments

Comments

@hao-yin-2609
Copy link

I noticed the following issue using caproto.asyncio.client, when server becomes unresponsive:

python3.10/site-packages/caproto/asyncio/client.py:439: RuntimeWarning: coroutine 'VirtualCircuitManager.disconnect' was never awaited
  circuit_manager.disconnect()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback

I guess a await is missing.

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

No branches or pull requests

1 participant