kpas8288
Results
2
comments of
kpas8288
try this: change MQTTReadThread.pas line 180: `Buffer[0] := FPSocket.PeekByte(1000);` to `Buffer[0] := FPSocket.RecvByte(1000);`
thank you very much!