8 Oct
2025
8 Oct
'25
1:25 p.m.
On Wed Oct 8 13:25:51 2025 +0000, Rémi Bernon wrote:
It shouldn't use server_wait_for_object unless the sync is explicitly a server-side sync. The `create_internal_sync` function returns either a server sync or an inproc sync depending on what's enabled, so you should probably keep the wait as it was. Right, I was wondering if I should create the sync object with `create_server_internal_sync()` instead. The sync is always signaled from the server anyway (`signal_sync()` in `async_complete_cancel()`). BTW, is that an okay way to do it?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7797#note_117994