[ https://issues.apache.org/jira/browse/THRIFT-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16177363#comment-16177363 ]
ASF GitHub Bot commented on THRIFT-4329: ---------------------------------------- Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1361 Hmm, I ran cross tests locally and multi isn't being exercised for c_glib server: ``` root@ecb350ad7c01:/thrift/src# test/test.py --server c_glib --client java Apache Thrift - Integration Test Suite Sat Sep 23 00:08:59 2017 =============================================================================== server-client: protocol: transport: result: c_glib-java binary framed-fastframed-ip success c_glib-java binary buffered-ip success c_glib-java compact framed-fastframed-ip success c_glib-java compact buffered-ip success c_glib-java compact framed-ip success c_glib-java binary framed-ip success =============================================================================== ``` > 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: 0.10.0 > Reporter: Gonzalo Aguilar > Assignee: Gonzalo Aguilar > > 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)