mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-05-17 02:45:18 +00:00
571d148bdf
* agent: use weak ThreadId and forkIO in workers instead of async (reduce memory) * agent: do not start and exit delivery workers when there are no messages to deliver (#1264) * agent: exit delivery workers when no messages to deliver * only start delivery workers when there are pending messages * fix * focus test * enable all tests * lift * do not exit workers when there is no work