lightningdevkit / ldk-sample

Sample node implementation using LDK
Apache License 2.0
166 stars 94 forks source link

`block_in_place` in `BitcoindClient` is insufficient #135

Open TheBlueMatt opened 1 week ago

TheBlueMatt commented 1 week ago

Because of https://github.com/tokio-rs/tokio/issues/4730 we need to spawn to a different runtime or any locks held can block the original runtime's poll'er.

tnull commented 1 week ago

I believe we discussed this before in https://github.com/lightningdevkit/ldk-sample/pull/117#discussion_r1302580094

(mainly mentioning this to provide more context)