- 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.