Skip to content

Commit

Permalink
fix: In processMessageLoop, call muDeviceCaches.Unlock() before continue
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Thompson <[email protected]>
  • Loading branch information
jefft0 committed Apr 17, 2023
1 parent 7f9f8b2 commit a7cd784
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 a7cd784

Please sign in to comment.