How to get new version of object right after txn modifying it?

Hi,

I execute a txn modifying an object owned by the user.
In response, objectChanges says version is 1000 (for example).

I call sui_getObject right after, but I get version 999.

How can I have the latest version ?
Timer doesn’t seem to be a great solution.

I use TS SDK.

Thanks for your help.

Thanks to juzy on TG to show me this Discord message ;