feat: iOS TLS fix — defer startTLS until didConnectToHost#217
feat: iOS TLS fix — defer startTLS until didConnectToHost#217manoaxcend wants to merge 2 commits intoRapsssito:masterfrom
Conversation
|
@Rapsssito , This PR fixes an issue where startTLS: is not called if the connection is established asynchronously in iOS, leading to silent TLS handshake failures. Problem
Fix
Tested On
|
| @@ -1,8 +1,8 @@ | |||
| { | |||
| "name": "react-native-tcp-socket", | |||
| "name": "@iostls/react-native-tcp-socket", | |||
There was a problem hiding this comment.
to be honest, I don't know why you changed the package name and published a new one.
if you need this urgently, you should just use patch-package or yarn patch to apply the fix in your project.
|
interesting maybe it will fix one of my issue, I will test it |
No description provided.