So I've been trying to execute the order function, but I am getting this error:
PHP Fatal error: Uncaught Swoole\Error: API must be called in the coroutine in .../vendor/react/event-loop/src/StreamSelectLoop.php:290
It is weird because I can query the websocket and everything, but not when trying to run this code:
Hello,
So I've been trying to execute the order function, but I am getting this error: PHP Fatal error: Uncaught Swoole\Error: API must be called in the coroutine in .../vendor/react/event-loop/src/StreamSelectLoop.php:290
It is weird because I can query the websocket and everything, but not when trying to run this code:
I did installed the following, as mentioned in the docs:
Can you guys help pls