Closed pmai closed 6 months ago
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.
CCB 2024-05-06: Merge as-is.
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.