slowtec/tokio-modbus

Asyncronous responses / Multiplexing

Opened this issue · 2 comments

Is is possible to keep multiple requests in flight with this library? Is it planned?

Contradicts with #196.

Is this even supported by the Modbus protocol? If so then please provide references how this could be achieved.

I'm not sure if it is supported. In theory you can achieve that by matching request headers (on TCP) and keeping some queues.