By Oscar Rocco on Thursday, 04 June 2020
Posted in Support
Likes 0
Views 1.4K
Votes 0
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);
View Full Post