Skip to content

Commit

Permalink
Merge pull request #58 from jefft0/fix/processMessageLoop-Unlock-befo…
Browse files Browse the repository at this point in the history
…re-continue

fix: In processMessageLoop, call muDeviceCaches.Unlock() before continue
  • Loading branch information
jefft0 authored Apr 17, 2023
2 parents 7f9f8b2 + a7cd784 commit aa73668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ func (m *MessageStore) processMessageLoop(ctx context.Context) {
m.logger.Error("unable to process message", zap.Error(err))
}

m.muDeviceCaches.Unlock()
continue
}

Expand Down

0 comments on commit aa73668

Please sign in to comment.