mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-17 01:16:52 +01:00
Generate the QoSm1Proxy Name from the Gateway Id.
Bugfix of AggregatePublish Memory leak of ClientList Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -150,7 +150,8 @@ void AdapterManager::checkConnection(void)
|
||||
{
|
||||
_aggregater->checkConnection();
|
||||
}
|
||||
else if ( _qosm1Proxy->isActive())
|
||||
|
||||
if ( _qosm1Proxy->isActive())
|
||||
{
|
||||
_qosm1Proxy->checkConnection();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user