Files
cosmos-sdk/x/simulation
Emmanuel T OdekeandAleksandr Bezobchuk 9369a00557 x/simulation: make signals channel buffered to avoid missing signals (#7952)
Invoking:

    c := make(chan os.Signal)
    signal.Notify(c, signals...)

is explicitly called out as a bug in the os/signal docs
and should instead make that channel buffered lest
a signal could be lost.

Fixes #7950

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2020-11-17 14:27:12 +00:00
..
2020-05-07 09:40:49 +00:00
2020-05-02 21:26:59 +02:00
2020-10-02 15:13:58 +02:00
2020-05-02 21:26:59 +02:00
2020-10-23 12:07:52 +00:00
2020-05-02 21:26:59 +02:00