[
https://issues.apache.org/jira/browse/THRIFT-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16822821#comment-16822821
]
Kevin Wojniak commented on THRIFT-2905:
---------------------------------------
This change broke TSocketServer because handleClientConnection: was changed to
no longer call processOnInputProtocol:outputProtocol: in a loop, but only call
it once. So, the server only processes a single request then closes the
connection, and waits for the next client to connect.
The existing TSocketServer.swift has this same bug.
cc [~kdubb] [~apocolipse] [~jking3]
> Cocoa compiler should have option to produce "modern" Objective-C
> -----------------------------------------------------------------
>
> Key: THRIFT-2905
> URL: https://issues.apache.org/jira/browse/THRIFT-2905
> Project: Thrift
> Issue Type: Improvement
> Components: Cocoa - Compiler, Swift - Compiler
> Reporter: Jim Speth
> Assignee: Kevin Wooten
> Priority: Minor
> Fix For: 0.10.0
>
>
> For those that don't need backwards compatibility with older compilers and OS
> versions, there should be a "modern" option that produces modern Objective-C
> as described in
> https://developer.apple.com/library/ios/releasenotes/ObjectiveC/ModernizationObjC/AdoptingModernObjective-C/AdoptingModernObjective-C.html
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)