Skip to content

Commit

Permalink
Fix Issue #8
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeevil committed Sep 5, 2018
1 parent 67afb24 commit a572ad5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mqttclient.pas
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,6 @@ procedure TMQTTClient.DataAvailable;
if ErrCode = MQTT_ERROR_NONE then
begin
FInsufficientData := 0;
FPingCount := 0;
FPingIntRemaining := FPingInterval;
if State = csConnected then
begin
case Packet.PacketType of
Expand Down

0 comments on commit a572ad5

Please sign in to comment.