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
During node initialization, all of an EventHandler's identified callbacks are called. This ensures that the identified messages get sent out on the bus. However, these callbacks do not get called if an EventHandler is created after the node has already been initialized.
There should be logic to detect if the node is already initialized during construction, and if so, trigger the identified callbacks to get called from the constructor.
The text was updated successfully, but these errors were encountered:
During node initialization, all of an EventHandler's identified callbacks are called. This ensures that the identified messages get sent out on the bus. However, these callbacks do not get called if an EventHandler is created after the node has already been initialized.
There should be logic to detect if the node is already initialized during construction, and if so, trigger the identified callbacks to get called from the constructor.
The text was updated successfully, but these errors were encountered: