GazeApi connect fails after disconnect
Posted: 28 Jun 2014, 23:50
(My application needs the tracker to sleep most of the time, therefore needs to disconnect from server.)
Anyone else see this?
I have worked around it by completely deleting the GazeApi object and creating a fresh one each time, instead of keeping one persistent API object and calling connect/disconnect on it.
- I can connect to my GazeApi object and it works fine.
- I can disconnect, fine.
- Try to connect again, the connect call never returns.
Anyone else see this?
I have worked around it by completely deleting the GazeApi object and creating a fresh one each time, instead of keeping one persistent API object and calling connect/disconnect on it.