Carael / CrossBusExplorer

Cross platform Azure Service Bus explorer
MIT License
51 stars 6 forks source link

When click Delete message nothing happens #53

Closed andresparrab closed 8 months ago

andresparrab commented 8 months ago

image

When I click och the delete icon(trash can) and then yes. the message is still there. I refresh and get out of this subscription and back and the message still there.

Expected behaviour:

the message will be deleted from the dead letter queue. I provided the console log but it does not display any errors or message

Carael commented 8 months ago

This functionality is very limited since in code I need to iterate over every earlier message, retrieve it in correct mode and complete. So the more you are at the end the slower it gets. You should see the progress indicator on the left side.

Carael commented 8 months ago

Indeed there was a problem with the Messages receiver. It's fixed in the release 0.4.8.