muni-corn / muse-status

shamelessly the most beautiful status command (in rust!)
GNU General Public License v3.0
0 stars 0 forks source link

Daemon stops sending updates to clients after a while #1

Closed muni-corn closed 3 years ago

muni-corn commented 4 years ago

After an unknown amount of time (or an unknown trigger), muse-status-daemon stops sending updates to muse-status clients. It also seems that color changes requested via invocation of muse-status are ignored by the daemon.

muni-corn commented 4 years ago

Haven't seen this issue lately... Will probably close if this issue isn't seen the next time I visit this issue

muni-corn commented 4 years ago

Okay, issue is still up. I think daemon threads are dying unexpectedly. We will need to rid all modules/blocks of unwrap calls and probably handle errors better.

muni-corn commented 4 years ago

Alternatively, the issue may be caused by the daemon hanging when trying to send data to a client.

muni-corn commented 3 years ago

This issue has been resolved. I don't know when, but it was fixed by spawning a new thread when accepting new clients