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 Mar 27, 2024. It is now read-only.
As reported at gobuffalo/buffalo#1653, in very rare situations, App() can be called multiple times while app is still nil. However, App itself is not a singleton from the perspective of the library (Multihoming or Group uses the same App), it should be prevented by the user's application. (gobuffalo/buffalo#1653 (comment))
The scaffold command buffalo new generates without this prevention, so the template should be updated.
As reported at gobuffalo/buffalo#1653, in very rare situations,
App()
can be called multiple times whileapp
is stillnil
. However,App
itself is not a singleton from the perspective of the library (Multihoming or Group uses the same App), it should be prevented by the user's application. (gobuffalo/buffalo#1653 (comment))The scaffold command
buffalo new
generates without this prevention, so the template should be updated.fixes gobuffalo/buffalo#1653
The text was updated successfully, but these errors were encountered: