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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment