You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
If we replace the sync.Map (used by stateModelProcessors: https://github.com/uber-go/go-helix/blob/master/participant.go#L78) by a simple map and concurrency primitive (e.g. sync.Mutex), the library will be made available to a lot more users, since Go 1.9 that introduced sync.Map is still relatively new.
If we replace the
sync.Map
(used bystateModelProcessors
: https://github.com/uber-go/go-helix/blob/master/participant.go#L78) by a simple map and concurrency primitive (e.g.sync.Mutex
), the library will be made available to a lot more users, since Go 1.9 that introducedsync.Map
is still relatively new.cc @zhixin @yulunli @syyang
The text was updated successfully, but these errors were encountered: