 
            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?