Luke Sweeney

Results 2 comments of Luke Sweeney

Maybe related, but when using [`gotham`](https://github.com/gotham-rs/gotham) I'm unable to use `tokio::sync::Mutex` to wrap shared state because of this. It prevents me from having `async` methods in the `StateData` struct.

I would also appreciate this. I have some devices that don't provide register/coil addresses, they only specify a series of bytes to send (according to the Modbus RTU spec). Currently...