Closed rap1ds closed 7 years ago
This PR fixes an issue which may occure if client sends deleteBlocks request with block IDs that don't exist anymore.
deleteBlocks
Steps to reproduce:
To reproduce the issue, you need to have two tabs open.
Expected result: Success
Actual result: The delete operation fails because the block has been delete already (in tab 2)
This PR fixes an issue which may occure if client sends
deleteBlocks
request with block IDs that don't exist anymore.Steps to reproduce:
To reproduce the issue, you need to have two tabs open.
Expected result: Success
Actual result: The delete operation fails because the block has been delete already (in tab 2)