Stuck Program During Initialization with Dependency Injection #1186
Replies: 1 comment
-
Ok,it is back up and running now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm initializing the global log component using the Uber/Fx injection method. I've defined an internal variable InternalLogger Logger within the log component.
I use
fx.Populate(&logger.InternalLogger)
to initialize the component, and this works fine within the log folder.However, when I test the log in other modules:
the program gets stuck:
Beta Was this translation helpful? Give feedback.
All reactions