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
Didn't we had this discussion already? I would always only inject a connected resource. The same way, as I would never inject a closed PDO connection somewhere.
On Mon, Dec 9, 2019, 15:15 Gildas Quéméner ***@***.***> wrote:
Totally, maybe that could be mentioned somehow in the doc as well?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8?email_source=notifications&email_token=AADAJPDTW6C7ZUB62C7N7TLQX2DMVA5CNFSM4JV2D7T2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGKD5UY#issuecomment-563363539>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADAJPARAAUJ6ZZX2HMXUKDQX2DMVANCNFSM4JV2D7TQ>
.
I've also detected an issue with the
AggregateRepository
blueprint as it never callsconnectAsync
(norclose
) on theeventStoreConnection
property.This results in the following error when calling
getAggregateRoot
:The text was updated successfully, but these errors were encountered: