Skip to content

Commit

Permalink
fixed libev handler: the heartbeat interval proposed by the server wa…
Browse files Browse the repository at this point in the history
…s not accepted
  • Loading branch information
EmielBruijntjes committed Dec 17, 2018
1 parent 5d1d2c2 commit 901298c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/amqpcpp/libev.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ class LibEvHandler : public TcpHandler

// restart the timer
ev_timer_again(_loop, &_timer);

// expose the accepted interval
return _interval;
}

/**
Expand Down

0 comments on commit 901298c

Please sign in to comment.