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 has been 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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: