Tim Salva
Tim Salva
When enabling sets value of "Disabled" to DWORD 1 of "PasswordProvider" in registry. The value is set to 0 when disabling. This fixes issue #1 by not displaying the redundant...
### Describe the bug Current implementation depends on `DynamoDbOutbox._topicName` being populated [as messages are added to the outbox](https://github.com/BrighterCommand/Brighter/blob/d7ffd74204a49cec068a58c3746fd03800ae67dc/src/Paramore.Brighter.Outbox.DynamoDB/DynamoDbOutbox.cs#L120). The archiver is trying to find messages through the async outbox but...
### Describe the bug The archiver finds messages to delete using [the following condition](https://github.com/BrighterCommand/Brighter/blob/d7ffd74204a49cec068a58c3746fd03800ae67dc/src/Paramore.Brighter.Outbox.DynamoDB/KeyTopicDeliveredTimeExpression.cs#L13): ``` Topic = :v_Topic and DeliveryTime < :v_SinceTime ``` [DeliveryTime default value is 0](https://github.com/BrighterCommand/Brighter/blob/d7ffd74204a49cec068a58c3746fd03800ae67dc/src/Paramore.Brighter.Outbox.DynamoDB/MessageItem.cs#L132), therefore undelivered...
Should've been updated along with #3346