Closed chronicl closed 1 year ago
The wrong raw pointer was being null checked here. This lead to a timeout error every time the method was called and the Child hadn't compeleted it's work yet. See here for more details.
Child
Huh. Thanks! Any chance you could check out the tokio implementation for this?
Made the same changes to the tokio implementation too!
The wrong raw pointer was being null checked here. This lead to a timeout error every time the method was called and the
Child
hadn't compeleted it's work yet. See here for more details.