What's Changed
- Enforce unique job keys:
DispatchJob
now returns an error when dispatching a job with a key that already exists - Proper support for empty string values in rmap: setting an empty string value then calling
Get
now returns empty string and true. - Update dependencies
- Adds
SetIfNotExists
to replicated maps that sets a value only if it isn't already in the map. - Protect rmap.SetAndWait against corner cases
Full Changelog: v1.1.0...v1.2.0