Files
FairMQ/test
Dennis Klein 19e607e486 test: fix racy loop-variable capture in SubscriptionThreadSafety
- the subscriber threads captured the loop counter by reference while
  the spawning loop kept incrementing it: a genuine data race
- depending on timing, threads could also end up with duplicate
  subscriber names; capture the counter by value instead
2026-06-10 19:31:19 +02:00
..
2023-02-24 14:28:18 +01:00
2025-06-13 08:17:53 +02:00
2023-02-24 13:59:27 +01:00
2023-02-24 14:28:18 +01:00
2023-10-24 15:22:21 +02:00
2023-02-24 14:28:18 +01:00
2023-02-24 14:28:18 +01:00
2021-01-25 13:46:40 +01:00