I am calling :
Node_helper:
self.sendSocketNotification(‘SONUS’, sonus);
Module:
socketNotificationReceived: function (notification, payload) {
receivedNotification(this,notification,payload);
}
It is taking seven seconds from Node helper to Module