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
Is it possible to explicitly close DB connections?
There seems to be lazy-init="true" that helps when doing something else before the DB operations, but the same problem still remains after the DB operations :(.
Is it possible to explicitly close DB connections?
There seems to be
lazy-init="true"that helps when doing something else before the DB operations, but the same problem still remains after the DB operations :(.Thank you.