laravel / octane

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

Laravel Octane Swoole Sync function or Sync route #795

Closed mstfaslanntr closed 8 months ago

mstfaslanntr commented 8 months ago

I am using Laravel Octane but I have a problem. I have a payment callback page, and when requests come at the same time, some payments are confirmed twice because the transactions are async. Is there a feature in Octane where I can specify a route or function so that transactions can be synchronized?

Closed Issue : https://github.com/laravel/octane/issues/794

Even though I searched all forums and channels, I could not find an explanation or answer on this issue. Can you help me please?

nunomaduro commented 8 months ago

I understand that you have searched for an explanation. However, in this case, it's better if you post the question on those forums instead.