[TIMOB-27619] iOS: Remove Ti.Network.createTCPSocket
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-12-10T12:38:09.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 9.0.0 |
Components | iOS |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Christopher Williams |
Created | 2019-11-21T19:59:00.000+0000 |
Updated | 2019-12-10T12:38:09.000+0000 |
Description
We *still* have
Ti.Network.createTCPSocket
hanging around even though it has been deprecated since SDK 1.7.0!
My understanding is that it is only used in the Ti.Network.BonjourService class. That implementation should be modified to use/accept Ti.Network.Socket.TCP proxies.
Then we can mark Ti.Network.TCPSocket and Ti.Network.createTCPSocket as removed in our apidocs; and we can get rid of the TiNetworkTCPSocketProxy source files in the SDK.
https://github.com/appcelerator/titanium_mobile/pull/11362
PR Merged.
Fix verified on build: 9.0.0.v20191209135132. This also fixes TIMOB-27076. Tried to build using
but it correctly fails as this has been removed in this PR. Ticket closed.