BugFix: Wild card of Topic + and # handling.

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2017-01-17 15:36:02 +09:00
parent bd59fca1a2
commit e05d205843
4 changed files with 19 additions and 15 deletions

View File

@@ -136,7 +136,7 @@ void BrokerRecvTask::run(void)
client->getNetwork()->close();
delete packet;
/* delete client when the client is not authorized on & session is clean */
/* delete client when the client is not authorized & session is clean */
_gateway->getClientList()->erase(client);
if ( client )