Search Issue Tracker
Fixed in 2019.2
Fixed in 2018.4, 2019.1
Votes
0
Found in
2017.2.0b2
2017.4.1f1
Issue ID
1028819
Regression
Yes
StreamReader ReadLine stops receiving messages after the server hangs
How to reproduce:
1. Open given "Client" and "Server" unity projects
2. Enter "ClientTest" and "ServerTest" scenes
3. Set up IP and Port for both Client (127.0.0.1) and Server (127.0.0.1) through their respective objects in the test scene.
4. Enter Play Mode in the Server project and then in the Client project
5. Toggle the "Spam Messages" option to true in the Client's UI (WARNING: This may cause the Client to hang and will severely limit framerate)
6. Wait a few seconds until the Client hangs and the "Time Since Last Received Message" rises to a few seconds.
7. Disable the "Spam Messages" option (this may be difficult with the low framerate)
8. The Client will no longer receive any messages, even after the server has properly received all of the spam messages.
Expected result: Server should receive messages after it hangs
Actual result: Server stops receiving messages after hang
Regression first introduced in: 2017.2.0b2
Reproducible with: 2018.2.0b2, 2018.1.0f1, 2017.4.1f1, 2017.3.2f1, 2017.2.2p2,
Not reproducible with: 2017.1.3p2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader error db grows on each build
- Android ARCore build fails with 2019.4 due to outdated Gradle
- [tvOS] Visual artifacts are present when Ambient Occlusion is enabled and Dynamic Resolution is reduced
- Texture Importer Inspector throws errors when a built-in texture inspector is overwritten in C#
- Invalid AABB error is thrown when moving a Particle with Velocity over Lifetime and Limit Velocity over Lifetime modules
Add comment