Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0f3
Issue ID
962343
Regression
No
NetworkServerSimple -> connections.Count is not cleaned after client disconnects, bloating its size over long use
To reproduce:
1) Open attached project
2) Open the only script in it
3) Make sure '#define DefIsServer' is uncommented
4) Build and run a standalone player (this will be the server)
5) Comment '#define DefIsServer'
6) Build and run a WebGL player (this will be the client)
7) Click connect and disconnect a few times in the client
Expected: connections.Count will go between 0 and 1 as the client constantly (dis)connects
Actual: connections.Count increases with each login, bloating its time over long time usage
Reproduced in 2017.2.0f1, 2017.3.0b6, 2018.1.0a1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Mass closure of UNET Bugs.
As UNet is Deprecated we are moving to low maintenance mode, where critical issues can get fixes.
Closing this bug as part of cleaning-up the Bug List.
If you feel this bug is really a road-blocker, you can reopen the bug and we will work this one.