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
@dashersw redis.js file that.emit('message', message, { address: '0.0.0.0', port: port}); will causes the source package ip and port has error occurred. So the code needs to be improved evaluateHello function in the discover.js file ,such as if(!settings.redis){ data.address = rinfo.address; data.port = rinfo.port; },self.me should also change from address : '127.0.0.1' to address : settings.address
The text was updated successfully, but these errors were encountered:
@dashersw redis.js file
that.emit('message', message, { address: '0.0.0.0', port: port});
will causes the source package ip and port has error occurred. So the code needs to be improved evaluateHello function in the discover.js file ,such asif(!settings.redis){ data.address = rinfo.address; data.port = rinfo.port; }
,self.me should also change fromaddress : '127.0.0.1'
toaddress : settings.address
The text was updated successfully, but these errors were encountered: