You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/15 20:09:00 UTC

[jira] [Commented] (THRIFT-4637) C# async mode generates incorrect code with inherited services

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

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

Jens-G opened a new pull request #1595: THRIFT-4637 C# async mode generates incorrect code with inherited ser…
URL: https://github.com/apache/thrift/pull/1595
 
 
   …vices
   
   Client: C#
   Patch: Jens Geyer
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> C# async mode generates incorrect code with inherited services 
> ---------------------------------------------------------------
>
>                 Key: THRIFT-4637
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4637
>             Project: Thrift
>          Issue Type: Bug
>          Components: C# - Compiler
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>            Priority: Major
>
> If a service interface extends another service, the compiler generates wrong code in the {{csharp:async}} case: It inherits from {{Processor}} but should inherit from \{{AsyncProcessor}} instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)