You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
I am using Swift wrapper of libmodbus in iOS application. I am recursively calling modbus_read_input_registers() which is working in foreground state of the application. When I put my application in background state, however it does not return any callback. How I can use this library in application background state?