You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application is reliably using an older version of INDI client (1.9.6). I am trying to update to 2.0.2 but nothing is working in my application. When linked against 1.9.6 and I connect to an INDI server, I get a notification of the available devices in newDevice() and after connecting to a device, I get newProperty() notifications.
Unfortunately, when I link against 2.0.2 none of the usual notifications arrive in newDevice().
These are my overrides, at least newDevice() is not working.
I remember making a bug report quite some time ago about serverConnected() and serverDisconnected() not working and that was fixed. Has something significant changed in version 2 releases of the client? If so, are these changes documented somewhere?
Amanda
The text was updated successfully, but these errors were encountered:
Issue: INDI::BaseClient
My application is reliably using an older version of INDI client (1.9.6). I am trying to update to 2.0.2 but nothing is working in my application. When linked against 1.9.6 and I connect to an INDI server, I get a notification of the available devices in newDevice() and after connecting to a device, I get newProperty() notifications.
Unfortunately, when I link against 2.0.2 none of the usual notifications arrive in newDevice().
These are my overrides, at least newDevice() is not working.
I remember making a bug report quite some time ago about serverConnected() and serverDisconnected() not working and that was fixed. Has something significant changed in version 2 releases of the client? If so, are these changes documented somewhere?
Amanda
The text was updated successfully, but these errors were encountered: