On Thu Jan 9 20:42:56 2025 +0000, Gabriel Ivăncescu wrote:
Thank you, that clears it up. One last question: why do we have to request the `desired_state` again after receiving a notify and it matches? Isn't it a no-op?
The notify would match the `pending_state`, the desired_state may have been updated in between if the Win32 application has changed something, and we need to request these changes if we have decided to delay the requests.