Manuel Laflamme
Manuel Laflamme
I've tried to update a process variable and I was getting an error. I realised the client was using POST instead of PUT. I ended up using the Modify call...
Fix for #598 I created a unit test that reproduces the scenario described in the issue. This is unfortunately a convoluted test. Only the subscribe/unsubscribe flow is exercised. No message...
We ran into a tricky race condition when `RedisPubSub` is handling multiple simultaneous `subscribe` calls on the same channel. We have a client that sometimes initiates multiple subscribe and quickly...
We had this issue a few times in development after merging or switching branches. We had a “hole” in the applied migrations like this ``` +-------------------------------+---------+------------------------------+ | MIGRATIONS | STATUS...
We need more correlation fields in `ReqMessage` for our project. There are a few more fields not added by this PR, but since we are not using them, I did...