wow icon indicating copy to clipboard operation
wow copied to clipboard

Possible goroutine leaking

Open FrontMage opened this issue 6 years ago • 1 comments

It's OK using on a one time command, while using wow with prompt, it consumes more cpu usage every time it starts, doesn'st seem to clean up it's goroutines.

FrontMage avatar Mar 01 '18 09:03 FrontMage

Agreed, there is definitely something wrong with the goroutines created in the Start() method. Here is pprof trace of about 2 minutes running wow:

screenshot 2019-01-07 at 14 38 47 screenshot 2019-01-07 at 14 39 24

falzm avatar Jan 07 '19 13:01 falzm