Ramon Smits
Ramon Smits
This can have help in "spreading" massive amounts of scatter/gather response processing failures caused by optimistic concurrency control failures and make "waves" of retries "longer" thus reduce failures.
## Topic per event topology A very simple variation would be to use a topic per event. Yes, this has some potential issues like not supporting inheritance and the number...
Release 0.13.2 is not signed. I could install 0.13.1 without issues. Will future releases be signed again? I read the following https://github.com/eiz/SynchronousAudioRouter#unsigned-prereleased-drivers-note > Prereleases of SAR are unsigned. That means...
> I, personally, am unable to enable testsigning, so this sucks. Lmao. Just use something else then unless you want to donate a large sum of money so that someone...
Have you tried using ASIO4ALL instead of your hardware ASIO driver? That resolved my noise issue: https://github.com/eiz/SynchronousAudioRouter/issues/109#issuecomment-762995304
We are affected by this too. If you would close this daily you get new PR every day. Only option now seems to be to leave the PR open and...
@teor2345 2 dependencies what are version locked. The problem is that there are no updates between Dependabot runs. So Dependabot creates a PR to bump the version from version `7.*`...
> On another note, I have a growing dislike the approach taken by teslamate of publishing each and every piece of data as a seperate mqtt topic. That is just...
@shirin-monzavi If you want to send messages immediately you can use immediate dispatch: - https://docs.particular.net/nservicebus/messaging/send-a-message#dispatching-a-message-immediately I think your question is related on to how reply/respond a logical failure, you can...
Snapshot isolation is optimistic concurrency control. Changes are applied at commit and not earlier with locking.