78f1d1d1c0
We were calling from PersistState into RefreshState, but RefreshState is protected by the same lock as PersistState and so the call would deadlock. Instead, we introduce a new entry point refreshState which can be used when already holding the lock. |
||
---|---|---|
.. | ||
remote.go | ||
remote_test.go | ||
state.go | ||
state_test.go | ||
testing.go |