Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Release 0.10.0

Latest
Compare
Choose a tag to compare
@zaremjan zaremjan released this 24 Aug 14:04

This release brings protein-ruby more in line with protein-elixir when it comes to amqp heartbeats.

Previously heartbeats were disabled in protein-ruby while in protein-elixir they were set to 10s. Now protein-ruby sets heartbeats to 10s by default with ability to override this setting via transport configration.

This should reduce the occurrences of protein-ruby becoming unresponsive due to undetected problem with amqp connection.