getAlby / lndhub.go

Accounting wrapper for the Lightning Network. It provides separate accounts for end-users. (LndHub compatible API written in Go)
GNU General Public License v3.0
86 stars 23 forks source link

Graceful shutdown of all goroutines #285

Closed kiwiidb closed 1 year ago

kiwiidb commented 1 year ago

Currently, only the server is shut down gracefully, but all goroutines should be able to handle a graceful shutdown.