Closed pavhl closed 10 months ago
Fixed https://github.com/wtfutil/wtf/issues/1478
The goroutine is expected to be stopped by closing the channel (see wtfApp.Stop()). But as the channel receive is not checked the handleRedraws goroutine turns into an indefinite loop.
Thank you!
Fixed https://github.com/wtfutil/wtf/issues/1478
The goroutine is expected to be stopped by closing the channel (see wtfApp.Stop()). But as the channel receive is not checked the handleRedraws goroutine turns into an indefinite loop.