This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Description
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?