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
Hi
Thanks you for your great message bus utility. I have a question regarding sending and receiving messages.
IS the order of subscribing and publishing imoprtant? another words can you send message and later on a component
subscribe to the topic and even though it had send the data, yet still receive it. effectively when you have many components
for example in angular and they need to communicate with one another, it is not 100% when the components are created
as they could be lazy loaded as well as data coming from server could be coming at anytime. I think you can understand my point.
if not a possible solution or work around is appreciated.
Thanks
shahi
The text was updated successfully, but these errors were encountered:
Hi
Thanks you for your great message bus utility. I have a question regarding sending and receiving messages.
IS the order of subscribing and publishing imoprtant? another words can you send message and later on a component
subscribe to the topic and even though it had send the data, yet still receive it. effectively when you have many components
for example in angular and they need to communicate with one another, it is not 100% when the components are created
as they could be lazy loaded as well as data coming from server could be coming at anytime. I think you can understand my point.
if not a possible solution or work around is appreciated.
Thanks
shahi
The text was updated successfully, but these errors were encountered: