[ 
https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15876811#comment-15876811
 ] 

ASF GitHub Bot commented on THRIFT-3706:
----------------------------------------

Github user gadLinux commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1200#discussion_r102326459
  
    --- Diff: lib/c_glib/src/thrift/c_glib/protocol/thrift_protocol.c ---
    @@ -549,12 +549,27 @@ thrift_protocol_init (ThriftProtocol *protocol)
     }
     
     static void
    +thrift_protocol_dispose (GObject *gobject)
    +{
    +  ThriftProtocol *self = THRIFT_PROTOCOL (gobject);
    +
    +  g_clear_object(&self->transport);
    +
    +  /* Always chain up to the parent class; there is no need to check if
    +   * the parent class implements the dispose() virtual function: it is
    +   * always guaranteed to do so
    +   */
    +  G_OBJECT_CLASS (thrift_protocol_parent_class)->dispose(gobject);
    --- End diff --
    
    Yes I forgot that! Sorry.


> There's no support for Multiplexed protocol on c_glib library
> -------------------------------------------------------------
>
>                 Key: THRIFT-3706
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3706
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C glib - Library
>    Affects Versions: 0.9.3
>            Reporter: Gonzalo Aguilar
>            Assignee: James E. King, III
>             Fix For: 0.11.0
>
>
> There's no multiplexed protocol. 
> I will implement the same way it's done in Java an C++



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to