Asyncronous responses / Multiplexing
Opened this issue · 2 comments
JosuGZ commented
Is is possible to keep multiple requests in flight with this library? Is it planned?
uklotzde commented
Contradicts with #196.
Is this even supported by the Modbus protocol? If so then please provide references how this could be achieved.
JosuGZ commented
I'm not sure if it is supported. In theory you can achieve that by matching request headers (on TCP) and keeping some queues.