Files
proton-bridge/internal
Leander Beernaert 7d13c99710 fix(GODT-3124): Race condition in sync task waiter
Fix incorrect use of `sync.WaitGroup` use to wait on sync jobs that
fail. After calling `WaitGroup.Wait()` it is advised to call
`WaitGroup.Add` until the existing counter has reached 0.

The code has been updated with a different mechanism that achieves the
same behavior which was previously available.
2023-11-28 09:15:28 +01:00
..
2023-01-02 11:09:11 +01:00
2023-06-05 14:07:39 +02:00
2023-08-23 16:12:19 +02:00
2023-01-02 11:09:11 +01:00
2023-03-08 11:57:19 +01:00