Skip to content

Fix device ID bug in CLI environments, add Mutex wrapper

Pre-release
Pre-release

Choose a tag to compare

@craig410 craig410 released this 02 Nov 10:57
4aa2f05
  • Init the DeviceIdentifier to a fixed value in the CLI environment without setting any cookies, to prevent
    errors if the process has already sent output.
  • Add MutexWrapper with Mock and Db (mysql) backed implementations for preventing concurrent executions
    of code.