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
- Additional empty space becomes visible under "Scripts" in the "Add Component" window
- Longer component titles overlap navigation arrow in the "Add Component" window
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
Add comment