Hi,
I’m seeing a ton of asyncio.queues.QueueEmpty exceptions for _QueueActor when running from a notebook. I see 16 puts, 16 successful get_nowait tasks invocations but also hundreds of failed get_nowaits with an Empty exception. I presume there is some sort of polling going on that’s specific to running in a notebook. I’d be grateful if someone could explain what’s going on. Thanks!
Cheers, Cos.