lnsocket icon indicating copy to clipboard operation
lnsocket copied to clipboard

Decrypt Error

Open lnbc1QWFyb24 opened this issue 1 year ago • 6 comments

When sending multiple RPC requests at once I get the following errors:

Screen Shot 2022-07-27 at 8 38 06 pm

When the requests are made separately waiting for each one to complete they all work perfectly, but when fired off at the same time the above error occurs.

I could just wait for each request to receive a response before sending the next one except in the case of long running requests such as waitinvoice which would block other requests for long periods, so it would be nice to be able to send requests in parallel if possible.

lnbc1QWFyb24 avatar Jul 27 '22 10:07 lnbc1QWFyb24