swoole-bundle icon indicating copy to clipboard operation
swoole-bundle copied to clipboard

Symfony Swoole Bundle

Results 8 swoole-bundle issues
Sort by recently updated
recently updated
newest added

Bumps [symfony/doctrine-messenger](https://github.com/symfony/doctrine-messenger) from 5.4.34 to 5.4.39. Release notes Sourced from symfony/doctrine-messenger's releases. v5.4.39 Changelog (https://github.com/symfony/doctrine-messenger/compare/v5.4.38...v5.4.39) bug symfony/symfony#54392 [Messenger] Make Doctrine connection ignore unrelated tables on setup (@​MatTheCat) v5.4.38 Changelog (https://github.com/symfony/doctrine-messenger/compare/v5.4.37...v5.4.38)...

dependencies

Bumps [symfony/doctrine-messenger](https://github.com/symfony/doctrine-messenger) from 5.4.34 to 5.4.40. Release notes Sourced from symfony/doctrine-messenger's releases. v5.4.40 Changelog (https://github.com/symfony/doctrine-messenger/compare/v5.4.39...v5.4.40) bug symfony/symfony#54775 [Messenger] accept AbstractAsset instances when filtering schemas (@​xabbuh) v5.4.39 Changelog (https://github.com/symfony/doctrine-messenger/compare/v5.4.38...v5.4.39) bug symfony/symfony#54392...

dependencies

Having ability to run cron tasks using symfony scheduler would be really useful, I don't know currently how should it be handled: using tick, another sub-process or on task handling....

Bumps [slevomat/coding-standard](https://github.com/slevomat/coding-standard) from 8.15.0 to 8.18.1. Release notes Sourced from slevomat/coding-standard's releases. 8.18.1 🐛 Fixes SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration: Fix error when no code is found after @var (thanks to @​AegirLeet) SlevomatCodingStandard.PHP.UselessParentheses: Fixed...

dependencies
php

Symfony loads its values first when booted, then it starts registering bundles and this bundle overwrites config from ``` framework: trusted_proxies: ``` The code in this bundle in `SetRequestRuntimeConfiguration` works...

There is one very good functionality that I think will be very useful creation of task workers as it is implemented in Octane, `use App\Models\User; use App\Models\Server; use Laravel\Octane\Facades\Octane; [$users,...

I test and the difference with fp-fpm is 2 times, although with laravel when using it the octane difference remains 3-5 times. why is the difference so small?