stepfunc / rodbus

Rust implementation of Modbus with idiomatic bindings for C, C++, .NET, and Java
https://stepfunc.io/products/libraries/modbus/
Other
80 stars 22 forks source link

Tokio master channel tasks don't properly exit #120

Closed jadamcrain closed 11 months ago

jadamcrain commented 11 months ago

Task gets stuck in an infinite (asynchronous) loop in wait_for_enabled

jadamcrain commented 11 months ago

Resolved by https://github.com/stepfunc/rodbus/pull/121