Files
sh cbd0c8af25 smp-server: fix notification store key retention leak
deleteExpiredNtfs trimmed each notifier's message list but never removed
the outer NtfStore map key, so one empty entry per notifier queue that
ever received a notification was retained forever (grows with the active
notifier set, never shrinks).

Remove the outer key when its list becomes empty, and make storeNtf fully
atomic so it cannot race the removal and write a notification to an
orphaned TVar. Verified with the load bench (ntfexp): after expiry
ntfStore_keys drops from the queue count to 0 instead of staying flat.
2026-07-29 12:32:18 +00:00
..
2026-05-21 14:14:03 +01:00
2026-05-21 14:14:03 +01:00
2026-03-02 17:34:01 +00:00
2026-03-02 17:34:01 +00:00
2026-03-02 17:34:01 +00:00
2026-06-30 22:54:55 +01:00
2026-03-02 17:34:01 +00:00
2026-07-02 12:58:43 +01:00
2026-05-21 14:14:03 +01:00