Shared-Reality-Lab / IMAGE-HAPI

This repository contains both the java and JS/TS versions of the HAPI (Haply's API)
0 stars 0 forks source link

Investigate the call to transmit from the device_set_parameters() functions #14

Closed sriGanna closed 3 years ago

sriGanna commented 3 years ago

The transmit function sends as expected when called independently but appears to not function when called from the device_set_parameters(). Is there a difference in how it is being implemented?

sriGanna commented 3 years ago

image

it seems to be sending fine from the device_set_parameters function. @rayanisran can you elaborate on the issue or are we good to close?

rayanisran commented 3 years ago

Closing since this has been resolved (issue was with the await call in set_device_params()).