ObjectiveLibModbus icon indicating copy to clipboard operation
ObjectiveLibModbus copied to clipboard

Use modbus_read_input_registers in background

Open akshada-systematix opened this issue 3 years ago • 0 comments

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?

akshada-systematix avatar Jun 02 '21 07:06 akshada-systematix