there is something wrong with redis config
Open
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 184
- PR merge metrics
- No merged PRs in 30d
Description
@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`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.