Re: [PATCH 10/15] python/machine: Add support for AQMP backend

2021-10-04 Thread Hanna Reitz
On 18.09.21 01:48, John Snow wrote: On Fri, Sep 17, 2021 at 10:16 AM Hanna Reitz > wrote: On 17.09.21 07:40, John Snow wrote: > To use the AQMP backend, Machine just needs to be a little more diligent > about what happens when closing a QMP

Re: [PATCH 10/15] python/machine: Add support for AQMP backend

2021-09-17 Thread John Snow
On Fri, Sep 17, 2021 at 10:16 AM Hanna Reitz wrote: > On 17.09.21 07:40, John Snow wrote: > > To use the AQMP backend, Machine just needs to be a little more diligent > > about what happens when closing a QMP connection. The operation is no > > longer a freebie in the async world. > > > >

Re: [PATCH 10/15] python/machine: Add support for AQMP backend

2021-09-17 Thread Hanna Reitz
On 17.09.21 07:40, John Snow wrote: To use the AQMP backend, Machine just needs to be a little more diligent about what happens when closing a QMP connection. The operation is no longer a freebie in the async world. Because async QMP continues to check for messages asynchronously, it's almost

[PATCH 10/15] python/machine: Add support for AQMP backend

2021-09-16 Thread John Snow
To use the AQMP backend, Machine just needs to be a little more diligent about what happens when closing a QMP connection. The operation is no longer a freebie in the async world. Because async QMP continues to check for messages asynchronously, it's almost certainly likely that the loop will