lightningdevkit / ldk-c-bindings

Main LDK C Bindings on which other bindings are built
Other
13 stars 14 forks source link

0.0.102 Bindings Updates #46

Closed TheBlueMatt closed 2 years ago

TheBlueMatt commented 3 years ago

Previously we'd not been unsetting POLLOUT, which will result in us spin-loop'ing with ChannelManager_write_buffer_space_avail.

Further, we'd also not been unsetting the POLLIN bit, which would result in us never pausing read as the SocketDescriptor API requires us to.