Hello,
why do I need to do this to be sure connection is estabilished with MQTT Broker? (Rabbit fyi)
repeat
FClient.Active := True;
Application.ProcessMessages;
Sleep(100);
inc(i);
if i >= 600 then
Break;
until Assigned(FClient.Connection);
why do I need to do this to be sure connection is estabilished with MQTT Broker? (Rabbit fyi)
repeat
FClient.Active := True;
Application.ProcessMessages;
Sleep(100);
inc(i);
if i >= 600 then
Break;
until Assigned(FClient.Connection);