quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

Allow stores to fall back to global settings for dynamic sessions

Open mattrasband opened this issue 3 years ago • 0 comments

  • Dynamic sessions are not added to the settings until after the session factory has created the sessions. In this scenario the filestore and sqlstore are unable to get the settings and fail to create the various message stores. Often these settings are set globally so we should try falling back before failing to create the message store.

Fixes #484

mattrasband avatar Jun 03 '22 14:06 mattrasband