You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2021/09/11 12:32:02 UTC

[jira] [Closed] (THRIFT-5395) inconsistent treatment of methods ending in "Async"

     [ https://issues.apache.org/jira/browse/THRIFT-5395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer closed THRIFT-5395.
------------------------------

> inconsistent treatment of methods ending in "Async"
> ---------------------------------------------------
>
>                 Key: THRIFT-5395
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5395
>             Project: Thrift
>          Issue Type: Bug
>          Components: netstd - Compiler
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>            Priority: Major
>             Fix For: 0.15.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> {code}
> service MyService {
>     void TestXsync()
>     void TestAsync()
> }
> {code}
> While the first works, the second does not::
> {code}
> await OutputProtocol.WriteMessageBeginAsync(new TMessage("TestXsync", ...
> await OutputProtocol.WriteMessageBeginAsync(new TMessage("TestAsyncAsync", ...
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)