Ferdinand Kuhl
Ferdinand Kuhl
No problem. I build specifically for this part an own test project. So no hassle to share it. To get the perfect view, a patch in `Flowpack/jobqueue-doctrine` makes sense. (only...
Understood. And completely feel the urge. That asynchronous stuff is hard to wrap ones head around. Especially with the single threaded PHP processes. I had to learn about pcntl and...
Wow... sorry. Got unexpectedly a bit busy. Will deliver the next days, if not today (bringing some pressure on me in this topic ;) )
Here is the example Project: https://github.com/fcool/JobQueueSigIntDemonstration
Now you lost me completely. No the example project is only there to demonstrate the behvior. The doctrine patch is only "sugar" and not needed to observe the game changing...
To be honest: I dont know! What would work right now: Do net set `_hidden` to `true` per default. So it cannot be longer activated manually, but is "always" or...
Wow! No I did not! This allows to rethink completely the reader of the augmentation and instead adding the missing features to our MetaDataDriver - again. Stupid me and thinks...
Lets make it short. ;) It's not possible to inherit Accounts in general. Of course that will never be possible, as long as the Accounts have no Doctrine inheritance type,...
D'oh... the one failing test is probably right... missed to run the complete suite. I'll have a look, if this can be solved. (Even if the result is not that...
Replacing `get_class` with `TypeHandling::getTypeForValue` solved the issue with the tests.