NOAA-GSL / vxDataProcessor

A parallel data processing project for MATS
Other
1 stars 0 forks source link

Fixes for the Goroutine Leak #88

Closed ian-noaa closed 1 year ago

ian-noaa commented 1 year ago

This merge introduces a number of changes and refactorings

This has the effect of dropping the number of dangling goroutines from the 100's to zero in most cases. However, there is one occasional flaky goroutine that appears with the client package. We'll want to address that in the future so our test suite doesn't have test flakes.