aperture icon indicating copy to clipboard operation
aperture copied to clipboard

lnc: Add a timeout when creating the grpc client with the mailbox

Open positiveblue opened this issue 1 year ago • 2 comments

Do not hang forever when creating the grpc client with the mailbox.

Also, make sure we use the DefaultStore timeouts every time we call store functions in the package.

Both timeouts are currently set to 10s.

Fix #124

positiveblue avatar Feb 10 '24 02:02 positiveblue

@positiveblue the code looks good, thanks. Maybe we should also bump the LNC dependency to the recently released version v0.3.0 that fixes a couple of issues. That probably will also help increasing the connection stability and reliability.

guggero avatar Feb 13 '24 08:02 guggero

lightning-node-connect version bumped :+1:

I also had to bump the minim go version for compiling the project because LNC needs go 1.21

positiveblue avatar Feb 13 '24 19:02 positiveblue