You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CPU usage of video streaming reduced by ~35% on HoloLens2.
Bug Fixes
Fixed an issue where a failed connection attempt would cause the server to take 20sec to timeout instead of the intended 5sec, resulting in TransportPortBusy response on further connect attempts until the 20sec timeout was hit.
Added improvements to reduce the likelyhood of a client failing to connect with result TransportPortBusy. The client should now receive TransportConnectionFailed in case the UDP transport connection failed.
Removed ambiguity in namespace resolution for Windows.Storage and Windows.System in ARRServiceUnity.cs.
Sample Updates
Tutorial-Complete: Improved error handling in RemoteRenderingCoordinator.cs