laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.74k stars 291 forks source link

[2.x] Flushes `Once::class` on Operation Terminated #821

Closed nunomaduro closed 7 months ago

nunomaduro commented 7 months ago

This pull request flushes the Once::class on the OperationTerminated event. This event is fired when:

This pull request can be merged before or after : https://github.com/laravel/framework/pull/49744.

taylorotwell commented 7 months ago

@nunomaduro I'm going to leave this on OperationTerminated instead of RequestTerminated.