@birdabirda the config.js info is provided to the modulename.js instance. this is object oriented programming
each unique instance is pointed to by ‘this’.
think of node_helper as a server. .
but it’s responses are broadcast to ALL instances.
so each instance needs to pass it’s
identifier as part of the data on each sendsocketNotifocation
then the node helper has to keep track of that and send that back as part of the response
then each modulename instance has to check to see if the response is for them.
you can store the data in a hash by
instance id.