RadarTech / lnrpc

A Typescript gRPC client for LND with support for all LND sub-servers
MIT License
43 stars 13 forks source link

Fix New RouterRPC Streaming Methods #77

Closed cavanmflynn closed 4 years ago

cavanmflynn commented 4 years ago

This PR adds the new routerrpc streaming methods to the subscriptionMethods array, which prevents them from being promisified. This resolves https://github.com/RadarTech/lnrpc/issues/76.