Blockstream / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
321 stars 131 forks source link

Fix signal timeout handling when accept_sigusr is disabled #54

Closed shesek closed 1 year ago

shesek commented 1 year ago

A different implementation of the fix proposed in #53. Thanks @phlip9!

phlip9 commented 1 year ago

Awesome! I just tested this locally and it seems to work. Thanks for the quick PR response @shesek : )