dashersw / dashersw/cote

there is something wrong with redis config

Open
#78 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.