Skip to content

Conversation

@mattrasband
Copy link
Contributor

  • 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

@ackleymi ackleymi force-pushed the support-dynamic-sessions-in-stores branch from 1504994 to 8e472f3 Compare January 29, 2023 02:55
* 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.
@ackleymi ackleymi force-pushed the support-dynamic-sessions-in-stores branch from 8e472f3 to 0dd076e Compare January 31, 2023 03:33
@ackleymi ackleymi merged commit 1c20e41 into quickfixgo:main Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DynamicSessions are incompatible with any MessageStore except the in memory store

2 participants