Commands which share the same reply might get Handler Stuck #547
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As happened with the PAMCAM Handler of Flying Laptop:
Note:
The implementation had to overwrite
enableReplyInReplyMapto call the default DHB implementation with"useAlternativeId = True". The DHB function does not check if the reply is currently in use.Implementations can solve this by checking that a command with the same reply is executing before commanding. I think, that the DHB function
enableReplyInReplyMapshould not overwriteinfo->command = command;ifisExecutingis True.