Skip to content

IO get set in ddom and Loopback Quick Fix

Jake Durham requested to merge loopback into main

Two changes were made in ddom:

  1. I created functions exposing ddomInternal to MSIO and then created gets and sets in ddomInternal to be able to create gets and sets for the IO devices in ddom. I also created a struct in ddom to standardize and make it easier to get both the device name and associated index.
  2. I changed how the session is set in initiateSession such that when initiateSession is called when you are calling the loopback interface, the controllerSession that is set in invokeAcceptCallback is not overridden, thus allowing for a good quality loopback. This isn't what I would call a true fix, and once the sessions are changed from what Seph is doing, we will probably need to look back into our controllerSession setup in ddom.

Merge request reports