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
Fixes how the callback factory produces a pipeline. Instead of using an Application instance derived from the ApplicationFactory (which will
receive a shared route collector and shared middleware), it now produces a MiddlewarePipe instance into which it pipes the various middleware. It also
creates a new router, based on the type returned from the container (it
assumes no constructor arguments are necessary), and passes that to a new RouteMiddleware instance to ensure it is sandboxed from the main
application.