lightningdevkit / ldk-sample

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

Make connections non-blocking #6

Closed TheBlueMatt closed 3 years ago

TheBlueMatt commented 3 years ago

This avoids blocking the tokio reactor, which solves inbound connections and may fix other hangs.