You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 calling defer parser.Close() after demoinfocs.NewParser()