zajakala
Results
1
comments of
zajakala
I experimented with using R lock for KV data (as I've seen in base.go) while encoder is processing data for snapshot in (*Fsm).Persist: ``` var buffer bytes.Buffer f.RLock() defer f.RUnlock()...