Skip to content
Snippets Groups Projects
Joscha Schmiedt's avatar
The singleton instances of ConfigurationManager and ConnectionManager
were stored as static variables in the static GetInstance methods.

This causes weird errors on Windows where the singleton instance is not
initialized in time and remains empty. This could be due to
undefined behavior?

Moving them to the namespace level fixes the unit test errors.
fbbef962
History
Name Last commit Last update