mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-15 16:36:52 +01:00
Flush message immediately
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -64,7 +64,7 @@ void BrokerRecvTask::run(void)
|
||||
_light->blueLight(false);
|
||||
if (CHK_SIGINT)
|
||||
{
|
||||
WRITELOG("\n%s %s stopped.", currentDateTime(), getTaskName());
|
||||
WRITELOG("%s %s stopped.\n", currentDateTime(), getTaskName());
|
||||
return;
|
||||
}
|
||||
timeout.tv_sec = 0;
|
||||
|
||||
Reference in New Issue
Block a user