using some smart way to implement the async programing in the Plugin::start
#98
Labels
🐛 bug
Something isn't working
plugin API
related to cln plugin API
🪀 enhancement
New feature or request
I think this part of our codebase https://github.com/laanwj/cln4rust/blob/master/plugin/src/plugin.rs#L260-L284
is causing problems like the one coffee-tools/folgore#25
We should use a library like https://github.com/cloudhead/popol or https://github.com/tokio-rs/mio to await new events
The text was updated successfully, but these errors were encountered: