[
https://issues.apache.org/jira/browse/THRIFT-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14135923#comment-14135923
]
ASF GitHub Bot commented on THRIFT-2707:
----------------------------------------
GitHub user hcorg opened a pull request:
https://github.com/apache/thrift/pull/217
THRIFT-2707 rb: support for oneway messages fixed
now oneway method calls will use proper message type
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hcorg/thrift ruby_oneway_support
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/217.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #217
----
commit c286e5a6785808ad44621b0ec266d971ec42c478
Author: Konrad Grochowski <[email protected]>
Date: 2014-09-16T17:39:19Z
THRIFT-2707 rb: support for oneway messages fixed
now oneway method calls will use proper message type
----
> Ruby library does not support "oneway" message type
> ---------------------------------------------------
>
> Key: THRIFT-2707
> URL: https://issues.apache.org/jira/browse/THRIFT-2707
> Project: Thrift
> Issue Type: Bug
> Components: Ruby - Compiler, Ruby - Library
> Reporter: Konrad Grochowski
>
> all calls are sent using "MessageTypes::CALL" no matter function type
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)