vuforia-spatial-edge-server
vuforia-spatial-edge-server copied to clipboard
Implement better route for sendMessageToFrame post messages
Accidentally triggers a lot of side effects in realityObject.messageCallBacks.mainCall unless we specifically ignore messages in it that have msgContent.sendMessageToFrame !== 'undefined'
(current solution).
Figure out how to not need this special exception / why the side effects were being triggered in the first place.