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
Ignition-transport7
When you subscribe to a topic it doesn't guarantee that the callback method you provide is going to be executed while
the instance of the class that holds that callback method is still alive.
In particular in IgnMonitor class, it caused SEGFAULTS because in certain situations the callbacks were executed after that IgnMonitor instance class had been destroyed. See: #751
Ignition-transport7
When you subscribe to a topic it doesn't guarantee that the callback method you provide is going to be executed while
the instance of the class that holds that callback method is still alive.
In particular in
IgnMonitor
class, it caused SEGFAULTS because in certain situations the callbacks were executed after thatIgnMonitor
instance class had been destroyed. See: #751A workaround was provided in this PR: #759
However, the implementation/functioning of
IgnMonitor
is expected to be restored once this bug inIgnition-transport
is fixed.The text was updated successfully, but these errors were encountered: