-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hi!, I'm trying to persist some entity in a RPC service, I have passed the entity manager and I'm able to make queries, so it's working, but when I try to persist some entity it don't work, I'm not getting any error, but the flush order never ends...
echo 'pre flush ';
$this->em->flush();
echo 'post flush '; // never shown
I believe I have some close error to this one, once I was trying to persist on a postpersist cycle event, but in this case I'm not getting any error, so I got no idea whats wrong... any idea?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels