32.1.4 (2021-03-06)
Bug Fixes
- NetworkManager.StopServer/StopClient: avoid NullReferenceException when called in OnApplicationQuit or from tests (25ece5a)
- NetworkServer.SpawnObserversForConnection refactored to support all visibility cases (ForceShown/ForceHidden/Default) and all systems (legacy/new/default). fixes #2606 (425e313)
Performance Improvements
- NetworkServer.Update: inactive connection check moved into the main connections foreach loop. Avoids one extra foreach-connections loop. (5775a36)
- NetworkServer.Update: separate connections update loop moved into the main loop. now there is only one connections loop anymore. (aa357dc)
- push->pull broadcasting part 1: feature parity (6cedb5b)