GazeApi connect fails after disconnect

Forum for development in the C++ programming language.

GazeApi connect fails after disconnect

Postby greg » 28 Jun 2014, 23:50

(My application needs the tracker to sleep most of the time, therefore needs to disconnect from server.)

  • 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.
greg
 
Posts: 19
Joined: 19 Mar 2014, 21:05

Re: GazeApi connect fails after disconnect

Postby Martin » 30 Jun 2014, 01:19

I've opened up a ticket to have the C++ SDK devs check this one.
Martin
 
Posts: 567
Joined: 29 Oct 2013, 15:20


Return to C++



cron