Search Issue Tracker
Fixed in 5.4.1
Votes
1
Found in
5.4.0b15
Issue ID
791721
Regression
No
[il2cpp] Socket.AsyncConnect doesn't work on IL2CPP backend
Users would like to use tcp socket client/server communication on WSA Universal 10 (UWP10), but they have some blocker issue with Socket.ConnectAsync method. They are not able to connect from the client to their server. Without blocking socket the completed event is not called and the communication is in connecting state, with blocking socket they received error result "Would block".
The issue is reproducible on Windows Standalone x64 (il2cpp) and Windows Store Apps (il2cpp).
Step to reproduce:
1. Open project "AsyncConnect.zip".
2. Make build for Windows Standalone x64 development build.
4. Tap on connect and see the result.
Note: For some reason when building to Windows Standalone x86 build, everything works fine and the behavior is the same as Editor. So the issue is only with 64 bit player.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
Add comment