Michael Eischer
5607fd759f
repository: fix race condition for blobSaver shutdown
...
wg.Go() may not be called after wg.Wait(). This prevents connecting two
errgroups such that the errors are propagated between them if the child
errgroup dynamically starts goroutines. Instead use just a single errgroup,
and sequence the shutdown using a sync.WaitGroup. This is far simpler
and does not require any "clever" tricks.
2025-11-26 21:18:22 +01:00
..
2024-05-25 13:13:03 +02:00
2025-11-26 20:59:08 +01:00
2025-09-21 22:24:15 +02:00
2022-06-06 17:02:28 +02:00
2025-09-08 11:45:28 +02:00
2025-11-16 12:56:37 +01:00
2022-08-19 19:12:26 +02:00
2025-11-26 21:18:21 +01:00
2024-05-18 21:26:00 +02:00
2025-01-13 22:39:57 +01:00
2025-01-13 22:39:57 +01:00
2025-03-23 12:29:16 +01:00
2025-03-23 12:29:16 +01:00
2024-05-24 21:33:17 +02:00
2025-11-26 21:18:21 +01:00
2025-11-26 21:18:21 +01:00
2025-11-26 21:18:21 +01:00
2025-10-03 18:22:42 +02:00
2025-01-13 22:40:18 +01:00
2025-11-26 21:18:21 +01:00
2025-11-26 21:18:21 +01:00
2025-10-03 19:34:33 +02:00
2025-10-08 22:49:45 +02:00
2025-01-05 13:53:20 +02:00
2025-11-26 21:18:21 +01:00
2025-01-13 22:39:57 +01:00
2025-11-26 21:18:22 +01:00
2025-11-26 21:18:22 +01:00
2025-10-03 23:45:05 +02:00
2025-01-13 22:39:57 +01:00
2025-02-16 22:27:58 +01:00
2025-02-01 18:26:27 +00:00
2025-03-23 09:57:59 +00:00