[
https://issues.apache.org/jira/browse/THRIFT-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16176358#comment-16176358
]
ASF GitHub Bot commented on THRIFT-4329:
----------------------------------------
Github user jeking3 commented on the issue:
https://github.com/apache/thrift/pull/1361
Try this:
```
git checkout master
git pull upstream master
git checkout -b THRIFT-4329-take-2
git cherry-pick 1d1d9d8
git cherry-pick 0aedc8a
git cherry-pick 3df26ec
git cherry-pick 48ee1f5
git rebase -i HEAD~4
(change lines 2 through 4 from "pick" to "fixup")
git push -u origin THRIFT-4329-take-2:THRIFT-4329 --force
```
The last command will force your local branch THRIFT-4329-take-2 into the
github branch THRIFT-4329, which is your pull request.
> c_glib Doesn't have a multiplexed processor
> -------------------------------------------
>
> Key: THRIFT-4329
> URL: https://issues.apache.org/jira/browse/THRIFT-4329
> Project: Thrift
> Issue Type: Bug
> Components: C glib - Library
> Affects Versions: 1.0
> Reporter: Gonzalo Aguilar
> Assignee: Gonzalo Aguilar
> Fix For: 1.0
>
>
> It seems that multiplexed protocol only implements
> thrift_multiplexed_protocol_write_message_begin that's ok for sending
> messages to a multiplexed server but not for the C server. We also need a
> multiplexed processor for the server.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)