C-Otto / lnd-manageJ

MIT License
52 stars 11 forks source link

Feature Request: Replace polling code in PaymentStatusStream #38

Closed C-Otto closed 1 year ago

C-Otto commented 2 years ago

Is your feature request related to a problem? Please describe. The code in PaymentStatusStream regularly polls the underlying PaymentStatus instance for updates so that these can be printed to the HTTP output stream.

Describe the solution you'd like The updates should be forwarded using some kind of (asynchronous) message forwarding mechanism instead.