You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project I am using more than one mqtt clients, each client is created by one specific module. It works fine when I'm using forRoot method.
However, when I switched to forRootAsync method, only the first module worked, other clients did not init. I tried to load the modules dynamically, but I got the same result. Where could be wrong?
Hi there!
In my project I am using more than one mqtt clients, each client is created by one specific module. It works fine when I'm using forRoot method.
However, when I switched to forRootAsync method, only the first module worked, other clients did not init. I tried to load the modules dynamically, but I got the same result. Where could be wrong?
In my app.module.ts:
Only Module1 worked.
The text was updated successfully, but these errors were encountered: