Leonid Gershanovich
Leonid Gershanovich
This is a question rather than a bug report. As far I could see **mymysql** driver only has notion of "_connection timeout_", but no "_read/write_" timeouts. Here I mean timeouts...
golang.org/x/sync/singleflight: add Use method to perform cleanup of temp resource after last use
### Background: We are using singleflight to run expensive procedure that creates a temporary resource (temp file). Our challenge - we need to determine when it is safe to cleanup...
see problem manifestation description in: https://github.com/github/brubeck/issues/42, https://github.com/github/brubeck/issues/56 nature of the fix - ensure that code does not iterate thru elements that either have not been initialized or have residual values...