Update README #180

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2020-02-21 14:06:58 +09:00
parent ae462989ec
commit 1b6e6faab5
2 changed files with 2 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ $ make install INSTALL_DIR=/path/to/your_directory CONFIG_DIR=/path/to/your_dire
### **step2. Execute the Gateway.**
````
$ cd ../
$ cd ../../
$ ./MQTT-SNGateway [-f Config file name]
````
If you get the error message as follows:

View File

@@ -145,10 +145,7 @@ void ClientRecvTask::run()
}
}
}
else
{
client = _gateway->getClientList()->getClient(senderAddr);
}
client = _gateway->getClientList()->getClient(senderAddr);
}
if ( client )