raphaelthurnherr / algobot_onionOmega

1 stars 0 forks source link

Message Config Ack and Response inconsistency #18

Closed YannCaron closed 6 years ago

YannCaron commented 6 years ago

When config command is sent, algobot reply inconsistent messages :

message received on topic[Ack]:
algobot.js:128:13
{
    "MsgTo": "algo",
    "MsgFrom": "algo_973a",
    "MsgID": 0,
    "MsgData": {
        "MsgType": "ack",
        "MsgParam": "unknown"
    }
}
algobot.js:129:13
message received on topic[Debug]:
algobot.js:128:13
algo_973a -> Message ID: -1 -> Message recu, en attente de traitement...
algobot.js:129:13
message received on topic[Response]:
algobot.js:128:13
{
    "MsgTo": "algo",
    "MsgFrom": "algo_973a",
    "MsgID": 1480637,
    "MsgData": {
        "MsgType": "response",
        "MsgParam": "unknown",
        "MsgValue": [
            {}
        ]
    }
}
algobot.js:129:13
raphaelthurnherr commented 6 years ago

[FIXED] in release version 1.2.1 or master