Skip to content
Snippets Groups Projects
Commit 7fe80d35 authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix deadloack

parent 7440f999
Branches
Tags
1 merge request!23Release
......@@ -127,8 +127,6 @@ func (s *Store) load(partner *id.ID, messageID uint64) *multiPartMessage {
}
func (s *Store) saveActiveParts() {
s.mux.Lock()
defer s.mux.Unlock()
jww.INFO.Printf("Saving %d active partitions", len(s.activeParts))
activeList := make([]*multiPartMessage, 0, len(s.activeParts))
for mpm := range s.activeParts {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment