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
When I enable build type debug on R5 Thunder with R5 ThunderNanoServices, this ASSERT in RemoteAdministrator.h is always hit on the second time of activating the RemoteControl plugin.
What seems to be happening is for the first activation of RemoteControl plugin, the ASSERT is fine because _keyCallback is nullptr since the RemoteAdministrator has just been created. However, when deactivated and then activated a second time, the ASSERT is hit because for some reason _keyCallback is not nullptr.
It seems RemoteAdministrator is not destroyed when the RemoteControl plugin is deactivated. Is this the intended behaviour or a bug?
Or do you believe the issue is something else?
Hello,
When I enable build type debug on R5 Thunder with R5 ThunderNanoServices, this ASSERT in RemoteAdministrator.h is always hit on the second time of activating the RemoteControl plugin.
What seems to be happening is for the first activation of RemoteControl plugin, the ASSERT is fine because _keyCallback is nullptr since the RemoteAdministrator has just been created. However, when deactivated and then activated a second time, the ASSERT is hit because for some reason _keyCallback is not nullptr.
It seems RemoteAdministrator is not destroyed when the RemoteControl plugin is deactivated. Is this the intended behaviour or a bug?
Or do you believe the issue is something else?
Here is the stack trace at the fail:
Any help is much appreciated!
Thanks.
The text was updated successfully, but these errors were encountered: