Skip to content

Removed modbus concurrency due to connection error when reading multiple nodes

Fuerst_R requested to merge modbus-remove-concurrency into development

Fixed bug that was created when adding concurrent modbus node reading.

When reading multiple modbus nodes from the same connection concurrently, the modbus server throws an error. It seems like it cannot handle multiple requests at the same time.

Therefore removed the concurrency again.

Merge request reports