Skip to content

General Cleanup

Richard T. Carback III requested to merge hotfix/params into release

This fixes a few issues:

  1. When logging in, try to load the store then init if it doesn't exist.
  2. Fix receptionIdentity return on LoginLegacy returning Transmission, not Reception, elements
  3. Call NewStateLegacy inside the LoginLegacy object, which would otherwise break compatibility with existing mobile client stores.
  4. Make sure parameters are passing in from command line and bindings properly.
  5. Fix rekey bug and add a significant amount of debug trace logging to make finding an error like that trivial in the future.
Edited by Richard T. Carback III

Merge request reports