mikedilger / gossip

Gossip is a nostr client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shutdown hang

mikedilger opened this issue · comments

I got a hang on shutdown this morning:

2024-06-20T20:28:15.585197Z  INFO gossip-bin/src/main.rs:91: UI thread complete, waiting on lib...
2024-06-20T20:28:15.585461Z  INFO gossip-lib/src/seeker.rs:256: Seeker shutdown
2024-06-20T20:28:15.585475Z  INFO gossip-lib/src/lib.rs:237: RunState changed to ShuttingDown
2024-06-20T20:28:15.585509Z  INFO gossip-lib/src/fetcher.rs:114: Fetcher shutdown
2024-06-20T20:28:15.585554Z  INFO gossip-lib/src/people.rs:111: People task manager shutdown
2024-06-20T20:28:15.603795Z  INFO gossip-lib/src/pending.rs:327: Pending checker shutdown

was related to merging lists. fixed with #793