waterdog-oss / outbox-event-bus

A technology agnostic event bus
MIT License
3 stars 1 forks source link

#9 first stab at solving this issue. #14

Closed felix19350 closed 5 years ago

felix19350 commented 5 years ago

My hypothesis is that since the sendAndWaitForAck works on a different thread there were sync issues with the writes to the database. Unfortunately I didn't have the time to spin up a full test env, so I got no unit tests to verify this ;(