Dec 26, 2023
0
Level 1
Laravel Octane Swoole Sync function or Sync route
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?
Please or to participate in this conversation.