mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-15 16:36:52 +01:00
@@ -104,7 +104,7 @@ void BrokerRecvTask::run(void)
|
||||
{
|
||||
client = _gateway->getClientList()->getClient(0);
|
||||
|
||||
while (client > 0)
|
||||
while ( client )
|
||||
{
|
||||
_light->blueLight(false);
|
||||
if (client->getNetwork()->isValid())
|
||||
|
||||
Reference in New Issue
Block a user