Skip to content
Snippets Groups Projects
Unverified Commit 34eaedc7 authored by Levente Pap's avatar Levente Pap
Browse files

Make scheduledRequestsMutex a RWMutex

parent fea2eda5
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ type MessageRequester struct { ...@@ -14,7 +14,7 @@ type MessageRequester struct {
options *Options options *Options
Events Events Events Events
scheduledRequestsMutex sync.Mutex scheduledRequestsMutex sync.RWMutex
} }
// New creates a new message requester. // New creates a new message requester.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment