New Features / Changes
- Updated Protobuf descriptors (#215)
Fixes
- Added
Parser.Close()
to fix a memory leak due to an unterminated goroutine (#216)
please make sure that this function is called before the parser is discarded,
for instance by callingdefer parser.Close()
afterdemoinfocs.NewParser()