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
I don't know that there's much to be done about this, but I noticed that the part implementing TerminableInterface in Bridges/HttpKernel.php (near line 98) runs ...->application->terminate() before sending the response rather than after.
This may be a problem with the underlying php-pm or react-php structure. I couldn't tell after my initial investigation where the right solution would live.