Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MsSql Outbox Get and GetAsync #1762

Merged

Conversation

preardon
Copy link
Member

Updated the MsSql outbox to return null if message is not found in the outbox #1758

renamed MsSqlOutboxSync to MsSqlOutbox as it implements both Sync and Async

@iancooper should be a pretty simple change as we discussed, Get now returns null instead of new, and there was already code in Clear to deal with this

Updated the MsSql outbox to return null if message is not found in the outbox BrighterCommand#1758

renamed MsSqlOutboxSync to MsSqlOutbox as it implements both Sync and Async
@iancooper iancooper merged commit 1c2d24b into BrighterCommand:master Oct 17, 2021
@preardon preardon deleted the issue/1758-MsSqlOutbox-fixClear branch May 1, 2023 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants