ixnetwork_restpy
ixnetwork_restpy copied to clipboard
Locking Up Asyncio Event Loop
I'm trying to use this library from an asyncio application and it seems that sometimes it is somehow hard locking up asyncio's event loop, even when I'm taking care to run with asyncio.to_thread()
. I don't have any great feedback beyond that, at some point after it establishes the connection the entire application locks up.
I do not have sanitized logs I can share publicly today, though I can create those next week. I'll also open up a discussion with my Keysight rep separately, but I wanted to post this issue here incase anyone from the community is also seeing these problems.