Removed modbus concurrency due to connection error when reading multiple nodes
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.