How to cancel blueprint async tasks in the Gameplay Message Router plugin

Hello everyone, I ran into the problem of canceling the asynchronous ListenForGameplayMassage node in the Gameplay Message Router plugin. Calling the Cancel() function does not help. I also tried override this method in c++ and manually unsubscribing from the delegate - it didn’t work either. Has anyone encountered anything like this?