A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Communication from node helper to module: Taking too long
-
No only one module is making the call
-
Which module or are you just talking about ‘a’ module in general?
-
I am talking about two modules in magic mirror which are having node helpers and issue is happening in both of them while communicating from node helper to their respective modules
-
Which 2? Depending on what info they are calling for could be the delay
-
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