Closed Macmod closed 2 months ago
There are multiple data races involving access to tview primitives in ace.go, dacl.go, dns.go, explorer.go, gpo.go, search.go, tree.go and main.go (as far as I could check).
ace.go
dacl.go
dns.go
explorer.go
gpo.go
search.go
tree.go
main.go
These should be fixable following the tips at tview's page on Concurrency.
I'll close this for now as after last commit the main data races seemed to have gone away.
There are multiple data races involving access to tview primitives in
ace.go
,dacl.go
,dns.go
,explorer.go
,gpo.go
,search.go
,tree.go
andmain.go
(as far as I could check).These should be fixable following the tips at tview's page on Concurrency.