If the plugin crash this code https://github.com/laanwj/cln4rust/blob/master/plugin/src/plugin.rs#L80-L83 cause a panic We should not unwrap but we ok with a failure, something like ```rust let _ = write.flush(); ```