Skip to content

Commit

Permalink
Change log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Apr 29, 2018
1 parent 318f7ec commit 502ded6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ GitHub issue: [#541](https://github.com/ruby-amqp/bunny/issues/541).
Contributed by Howard Ding.


### Disabling Heartbeats Disables TCP Socket Read Timeouts

Disabling heartbeats will also disable TCP socket read timeouts,
since the two are effectively interconnected. In this case a mechanism
such as [TCP keepalives](http://www.rabbitmq.com/heartbeats.html#tcp-keepalives) is assumed to be used.

See [RabbitMQ heartbeats guide](http://www.rabbitmq.com/heartbeats.html) for a more
detailed overview of the options.

GH issue: [#519](https://github.com/ruby-amqp/bunny/issues/519).

Contributed by Carl Hörberg.


## Changes between Bunny 2.8.0 and 2.9.0 (Jan 8th, 2018)

Expand Down

0 comments on commit 502ded6

Please sign in to comment.