issues
search
microsoft
/
MixedRealityCompanionKit
This is a MixedRealityToolkit style repository for code bits and components that may not run directly on Microsoft HoloLens or immersive headsets but instead pair with them to build experiences.
MIT License
595
stars
288
forks
source link
Device conenction / registration behavior update
#128
Closed
david-c-kline
closed
7 years ago
david-c-kline
commented
7 years ago
Allow registering (connecting) an unreachable IP address. The heartbeat will complete the connection when the device is reachable.
Improve reconnection performance by suppressing common application updates until all devices have been registered.
Add "!" indicator on the DeviceMonitorControl to signify a device for which an initial connection has yet to be established,
Rename Connect -> Register and Disconnect -> Unregister to clarify that connecting and disconnecting updates the session.
Increase the height of the top grid row to avoid text clipping in buttons.
Closes #102. Closes #112.
Closes #102. Closes #112.