open-simulation-interface
open-simulation-interface copied to clipboard
Fix osi trace robustness
As identified by @ClemensLinnhoff there is a precedence error in retrieve_offsets which can lead to errors if the function is called again after a completed read.
This PR fixes this bug and adds a test case to detect such errors.