AngryGami
AngryGami
I think you have to put this code in a loop (query part) to reproduce issue. In my project this happens very rarely but usually when two requests are executed...
What `getUniqueNotNull` do? I can guess from name :) but would prefer not to.
I think that this is a race condition during call to `setParameter` on `byKeyQuery` object (i.e. one thread set parameter and another changed it underneath before findUnique happen or used...
While this is the way it is (i.e. non-safe to call `setParameter` from different threads) - how big of impact it will be to re-create query every time (workaround I've...
Documentation is slightly vague about this aspect of functionality: > query observers will automatically deliver fresh results whenever changes are made to entities in a box This doesn't explicitly tell...
Well, some databases do that (e.g. Parse DB LiveQuery function promises that). I understand how impactful that can be on the performance, though since I can't see native code implementation...
Nothing :) except that usecase that I've put as an example above is oversimplified :) I usually do not query by unique key (or at least not by single value...
While we all waiting for this to be fixed I've just found a workaround that worked for me. I wanted to delegate to auto-generated serializer and just add some logic...
Well it does work in alpine 3.11 (asterisk 16.6.2). As far as I understand this is somehow related to libssl that asterisks uses which comes with asterisk as dependency but...
Asterisk package for Alpine is built using `openssl-dev (3.1.4-r2)` (from [here](https://build.alpinelinux.org/buildlogs/build-edge-x86/main/asterisk/asterisk-20.5.2-r0.log)), is this different from how it is built for e.g. Ubuntu?