Code name: Fix resource leak and FetchSize
This release fixes a resource leak using invalid IMPORT
statements and the wrong calculation of the fetch size.
- #79: Fixed goroutine leak for invalid import statement. Thanks to @cyrixsimon reporting this!
- #80: Fixed wrong calculation of fetch size. Thanks to @stangelandcl for reporting this!
- Added
go.uber.org/goleak:v1.2.0