Search Issue Tracker
Fixed in 5.3.6
Votes
1
Found in
5.3.5f1
Issue ID
802618
Regression
No
[iPV6][iOS] Exception when trying to access Socket.LocalEndPoint
To Reproduce:
1. Download the attahced project.
2. Set up an ipv6 environment and connect an iOS device to it.
3. Configure ConnectionSetup (with an ipv4 adress) on a device which is connected to an ip4 env:
ip4 network - PC/mac (which runs unity editor as a server)
|
Mac ipv6 “router”
|
ios device
3. Enter the same address:port in the Ipv6Test script.
4. Run the TcpServer scene on your server device.
(notice that the ipv4 address is transformed https://tools.ietf.org/html/rfc6052)
4. Deploy scene “ipv6_test” to the iOS device.
5. Observe that it succeeds to connect to the server, but it fails with an an exception when trying to access “Scoket.LocalEndPoint”:
- same happens when both devices are on an iPV6 network.
- this is NOT reproducible when both serve and the device are on an ipv4 network.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [HDRP] Opaque hair is affected by out of range area light.
- Build fails with the "IL2CPP error C2039: __entity is not a member of BlobBuilder" error when building a specific project
- Object reflection missing on a Planar Reflection Probe when rotating the camera to certain angles with the Realtime Raytracing quality setting enabled
- HDRP water exclusion shader doesn't work with BRG
- Crash on GraphicsStateCollection::KeywordsFromShaderAndKeywordNames when calling GraphicsStateCollection.GetVariants()
zzh1234567
Jun 15, 2016 16:20
We have the same problem:
JoshPeterson
Jun 07, 2016 16:10
We have corrected this issue now, and the fix should be available in upcoming patch releases.
0boggart0
Jun 07, 2016 15:08
I faced a similar issue and found out, that this reproducable on IL2CPP scripting backend, but works ok on mono.