forked from swooletw/laravel-swoole
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resync #2
Merged
Merged
resync #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…_42900065/article/details/81910081. Since, latest swoole supports gzip by server param: https://wiki.swoole.com/wiki/page/973.html. So, only added chunk.
fix mysql transaction and task default param
Removes old laravel|lumen versions. Added support for 5.6|5.7 laravel|lumen. Added to config support for hot reload (Next PR).
# Conflicts: # src/Coroutine/PDOStatement.php # src/HttpServiceProvider.php # src/Server/Manager.php # src/Server/Sandbox.php # src/Task/SwooleTaskQueue.php # tests/Server/ManagerTest.php
Removes old laravel|lumen versions. Added support for 5.6|5.7 laravel|lumen. Added to config support for hot reload (Next PR).
…e::createStringPayload($job, $data) should be compatible with Illuminate\Queue\Queue::createStringPayload($job, $queue, $data)]
Add chunk to response content
Added support for 5.6|5.7 laravel|lumen.
Merge pull request #178 from fractalzombie/develop
Swoole's default srcWorkerId should be -1
Fix for OS Helper. Added Hot Reload with FSWatch.
There is no session option on 5.8, so fix it
laravel response has getStatusCode in all response objects but baniry response has not status() method fixes !289
Support for Laravel 7
Fix memory leak - clear context after disabling sandbox
Clear context after disabling sandbox
If pass empty string to this function, It should not return all mimes.
fix handle_static_files config path
Support for Laravel 8
fix a spelling error
fix: modify Dumper.php file class name.
…ng-room Reset websocket connection after trying to emit to a non-existing room
fix handle_static_files config path
Fix Content-Type when static file w/o extension name
fix 'swoole_set_process_name' not found error on cygwin platform
change status() to getStatusCode()
As many apps uses the **auth** instances, it could be usefull if auth was cleaned at every request as default. I do this change in every new installation of this package for example.
Add auth to the pre_resolved as default
Fix incorrect SWOOLE_PROCESS value
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.