[
https://issues.apache.org/jira/browse/PROTON-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16401841#comment-16401841
]
Alan Conway commented on PROTON-1782:
-------------------------------------
The fix is now on master. The official gem update has to happen in step with
Apache release policy - there are voting & review steps we have to go through.
There should be a release within a couple of weeks, but not days. You can make
your own gem from master like this:
{{
$ git clone https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git
$ cd qpid-proton
$ mkdir build
$ cd build
$ cmake .. -DBUILD_BINDINGS=ruby
$ make ruby-gem
$ cp ./proton-c/bindings/ruby/gem/qpid_proton-0.22.0.gem <wherever>
}}
> [ruby] implement idle_timeout and heartbeats
> --------------------------------------------
>
> Key: PROTON-1782
> URL: https://issues.apache.org/jira/browse/PROTON-1782
> Project: Qpid Proton
> Issue Type: Improvement
> Components: ruby-binding
> Affects Versions: proton-c-0.21.0
> Reporter: Alan Conway
> Assignee: Alan Conway
> Priority: Major
> Fix For: proton-c-0.22.0
>
>
> The container does not wake up to service transport ticks, which means
> heartbeat frames are not sent to respect the idle_timeout settings.
> All the heartbeat and idle timeout logic is already implemented by the C
> library, the ruby Container only needs to ensure it wakes up often enough to
> service connections on time.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]