Skip to content

Release 1.0.5

Compare
Choose a tag to compare
@FlorianBorn71 FlorianBorn71 released this 02 Apr 09:39

Important Service Updates

  • SDK updated to version 1.0.5

Features

  • 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