jesseduffield / jesseduffield/lazygit
Investigate StartTicking function in gocui
Open
bug
- Dominant language
- Go
- Stars
- 82.4k
- Forks
- 3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 19
Description
Every time we open a popup panel we call `gui.g.StartTicking()` which itself spawns a goroutine which seems to not be exited until the end of the application. This could contribute to issues if you have lazygit open for a while. We need to investigate this to see if it does cause problems and if so, we need to ensure we only ever call StartTicking once
Contributor guide
Assessment
This issue has not been assessed yet.