On 4/12/22 21:42, Paolo Bonzini wrote:
Because s->state is written in the main thread too, for example by the reconnect timer callback, it cannot be protected by a CoMutex.
Actually by the yank callback, not the timer (which runs in the "right" AioContext).
Paolo