mirror of
https://github.com/vee1e/runtimeclass-debugger.git
synced 2026-09-01 18:27:58 +00:00
On timeout the manager goroutine still finishes WaitForCacheSync and closes the synced channel, but nobody reads it: on an unbuffered channel that close blocks forever. A buffer of one lets the goroutine finish. |
||
|---|---|---|
| .. | ||
| localstore.go | ||
| localstore_test.go | ||
| lookup.go | ||
| lookup_test.go | ||