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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment