Search Issue Tracker
By Design
Votes
0
Found in
5.1.0f3
Issue ID
709316
Regression
No
[NetworkTransport][Receive] Sending larger buffer than clients buffer causes Receive() to receive it endlessly
Steps to reproduce:
1. Open attached project
2. Open "scenes/main"
3. Run "main" scene in unity and press "Start client"
4. Build and run project. Then, when the build loads, press "Start server"
6. Type in few symbols and press send
7. In the Unity console notice that packet was successfully received
8. Get back to server, type in more than 250 symbols and press send (this will make sent buffer longer than client can receive)
9. Notice that Receive() is being called endlessly.
10. Close server (standalone build) and notice that console is still being spammed.
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