You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Kevin Wojniak (Jira)" <ji...@apache.org> on 2021/10/07 23:55:02 UTC

[jira] [Created] (THRIFT-5468) Swift service generator doesn't support oneway

Kevin Wojniak created THRIFT-5468:
-------------------------------------

             Summary: Swift service generator doesn't support oneway
                 Key: THRIFT-5468
                 URL: https://issues.apache.org/jira/browse/THRIFT-5468
             Project: Thrift
          Issue Type: Bug
          Components: Swift - Compiler
            Reporter: Kevin Wojniak


https://github.com/apache/thrift/blob/master/compiler/cpp/src/thrift/generate/t_swift_generator.cc#L2377

This block is the logic for non-oneway functions, but there is no "else" condition so oneway functions won't be called.



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