Skip to content

remove the unwrap while writing to a std #119

@vincenzopalazzo

Description

@vincenzopalazzo

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

let _ = write.flush();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions