Daniil Zobov
Daniil Zobov
Have same problem. Installed step-by-step from readme and got this error. Any updates?
Built gem from master - no difference 😔
> What's the exact error you're getting? > Exception in thread "main" com.beust.jcommander.MissingCommandException: Expected a command, got simple.apk
Solved. Ran from bin directory
> Just disable this option But with console output some debug info can be leaked, it is not good solution for me
I have instance of AMQP connector, i want to use single connection from all requests in current thread. ``` public function register() { $this->app->singleton(AMQP::class, function ($app) { return new AMQP($host,...
I dont see SWOOLE_HTTP_MAX_REQUESTS env i'm using `SWOOLE_MAX_REQUEST=100` When i'm setting instance to static class property, it have same signature at every request. Probably, something wrong with sandbox... I'm using...
any updates here?
> Hi @ddzobov and @Arkanius , > > Well, basically you can share any singleton instances in the same worker. Swoole HTTP server generated several workers for incoming requests according...