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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
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.