Amp\SignalException error when starting startAndLoopMulti
When starting, startAndLoopMulti returns the following error: Uncaught Amp\SignalException thrown in event loop error handler danog\MadelineProto\API::danog\MadelineProto{closure} defined in .../vendor/danog/madelineproto/src/API.php:428: SIGINT received.
What is the reason for this?
You sent a SIGINT to the process by closing the terminal & not using screen/docker
I run everything using the pm2 and artisan commands on laravel. The pm2 process is constantly spinning
This error is a direct consequence of a SIGINT signal being sent to the process, not a bug
Can you describe how this can be fixed?