You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
When using Doctrine and creating a new service if more than one entity is selected a race condition occurs when both entities are submitted to be created. This is caused because creating a new resource invokes code generation and the two jobs are submitted simultaneously.
The jobs should use a promise object to run one at a time.
p.s. I thought this was already reported. It's been around forever.
The text was updated successfully, but these errors were encountered:
When using Doctrine and creating a new service if more than one entity is selected a race condition occurs when both entities are submitted to be created. This is caused because creating a new resource invokes code generation and the two jobs are submitted simultaneously.
The jobs should use a promise object to run one at a time.
p.s. I thought this was already reported. It's been around forever.
The text was updated successfully, but these errors were encountered: