Skip to content
Snippets Groups Projects
Commit fbbef962 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Move static singletons to namespace level

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.
parent 0e743b98
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment