Open kyasbal opened 7 years ago
Waiting message broadcasting in parent node is necessary.
public async $mount(){ // Do something on mount message received await this.waitForBroadcastingMessage(); // Do something after mount message finished }
Waiting message broadcasting in parent node is necessary.