Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

收到消息的换行处理 #55

Open
reverland opened this issue Mar 17, 2016 · 0 comments
Open

收到消息的换行处理 #55

reverland opened this issue Mar 17, 2016 · 0 comments
Labels
Milestone

Comments

@reverland
Copy link
Contributor

收到消息的换行处理还有问题,而发出消息的换行处理似乎正确

info: [狂风落尽深红色,卧时忆歌达沙壁说]{    "node": {        "port": 3000    },    "redis": {        "host": "redisdb",        "pass": null,        "port": 6379    },    "mongo": {        "url": "mongodb://localhost:27017/octopusdb",        "options": {            "auto_reconnect": true,            "poolSize": 4,            "socketOptions": {                "keepAlive": 1            }        }    },    "log4js": {        "appenders": [{            "type": "console"        }]    },    "tuling123": {        "turingRobotApiKey": "xxx",        "turingBaiduRobotApiKey": "xxx",        "turingBaiduRobotKey": "xxx"    },    "youtu": {        "appId": "xxxxx",        "secretId": "xxx",        "secretKey": "xxxx",        "userId": "xxxxx"    }}
发送->  {
    "node": {
        "port": 3000
    },
    "redis": {
        "host": "redisdb",
        "pass": null,
        "port": 6379
    },
    "mongo": {
        "url": "mongodb://localhost:27017/octopusdb",
        "options": {
            "auto_reconnect": true,
            "poolSize": 4,
            "socketOptions": {
                "keepAlive": 1
            }
        }
    },
    "log4js": {
        "appenders": [{
            "type": "console"
        }]
    },
    "tuling123": {
        "turingRobotApiKey": "xxxxx",
        "turingBaiduRobotApiKey": "xxx",
        "turingBaiduRobotKey": "xxx"
    },
    "youtu": {
        "appId": "xxxxx",
        "secretId": "xxxxxx",
        "secretKey": "xxxx",
        "userId": "xx"
    }
}
@reverland reverland added the bug label Mar 17, 2016
@reverland reverland added this to the v0.2 milestone Mar 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant