reasno
cfd544ffcf
it Merge branch 'master' of https://github.com/hyperf/hyperf into socketio
2020-05-05 19:25:18 +08:00
Reasno
b713d7756a
add example
...
add socketio component
2020-04-27 16:47:46 +08:00
李铭昕
509807285c
Added test cases.
2020-04-26 14:47:32 +08:00
李铭昕
59fce8c00f
v1.1.24 ( #1524 )
...
Co-authored-by: 黄朝晖 <huangzhwork@gmail.com>
2020-04-09 11:48:21 +08:00
李铭昕
32190b4a97
v1.1.23 ( #1488 )
...
Co-authored-by: huangzhhui <huangzhwork@gmail.com>
2020-04-02 11:35:51 +08:00
reasno
56f4b3e3b7
增加文档
2020-03-23 00:36:47 +08:00
李铭昕
a9e795b167
v1.1.20 ( #1409 )
...
* Update .travis.yml
* Removed mark test spipped.
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: 黄朝晖 <huangzhwork@gmail.com>
2020-03-13 10:37:42 +08:00
李铭昕
322a3477a4
Added Hyperf\LoadBalancer\LoadBalancerInterface::getNodes()
. ( #1331 )
2020-02-06 13:38:16 +08:00
李铭昕
4489815505
Added argument result for AfterConsume.
2020-01-22 19:09:25 +08:00
Reasno
14fe2d8823
gRPC-client optimization.
...
1. gRPC client now automatically reconnects to the server after disconnection.
2. when gRPC client is garbage collected, the connection is automatically closed.
3. fix a bug where a closed gRPC client still holds the underlying http2 connection.
4. fix a bug where channel pool for gRPC may contain non-empty channels.
5. gRPC client new initializes itself lazily, so it can be used in constructor and container.
2020-01-13 12:52:16 +08:00
Donjan
71bf223bb8
Fixed default operator does not works for Hyperf\Utils\Collection::operatorForWhere
. ( #1189 )
2019-12-26 10:54:01 +08:00
李铭昕
c6c7c4eecd
Added php7.4 into travis. ( #1084 )
2019-12-04 18:49:56 +08:00
谷溪
abaee5d56b
Merge branch 'master' into retry
2019-11-11 00:25:59 +08:00
李铭昕
d35ce4f346
Optimized code.
2019-11-09 16:16:06 +08:00
谷溪
13394dcc96
Merge branch 'master' into retry
2019-11-07 17:16:26 +08:00
李铭昕
734c2eae3c
Merge branch 'master' into pr/873
2019-11-07 11:22:56 +08:00
李铭昕
e690fe3b12
Optimized code.
2019-11-06 14:49:01 +08:00
李铭昕
911d2f0341
Optimized code.
2019-11-06 11:22:10 +08:00
李铭昕
94110d8716
Added timeout for nats.
2019-11-06 09:59:52 +08:00
Reasno
83114383d2
Add Retry Component
...
Merge branch 'master' of https://github.com/hyperf/hyperf into retry
2019-11-05 15:15:29 +08:00
谷溪
64d66888bd
Merge branch 'master' into master
2019-10-25 20:59:14 +08:00
Reasno
f71e3c0403
Pass metric component in phpstan
2019-10-25 16:58:51 +08:00
李铭昕
9c01ff3b93
Upgrade travis swoole version to 4.4.8
2019-10-24 10:03:06 +08:00
李铭昕
fdc12012f7
Added test for socket from process.
2019-10-23 17:35:45 +08:00
张城铭
7ff53cdfc8
Fixed ignoreAnnotations
does not works when cache is used ( #713 )
...
* Fixed ignoreAnnotations does not work when cache is used
* Optimized code.
* Format code.
* Update .travis.yml
* Update Scanner.php
* Added testing.
2019-10-14 11:35:00 +08:00
huangzhhui
3c7553e918
Merge remote-tracking branch 'upstream/master' into pr/478
2019-09-20 00:21:15 +08:00
李铭昕
853886ccf9
Upgrade swoole version to 4.4.
2019-09-06 09:21:34 +08:00
reasno
bf4ad4a932
Add Documentation
...
Merge branch 'master' into tracer
Pass PHPStan
2019-08-31 18:33:41 +08:00
李铭昕
e6f9fd0cee
Update
2019-08-26 14:51:04 +08:00
李铭昕
c1845bd5a5
Added phpstan.
2019-08-25 11:41:41 +08:00
李铭昕
2666f95ba5
Update .travis.yml
2019-08-20 19:16:40 +08:00
李铭昕
58370a3000
Merge branch '1.0' into pr/405
2019-08-16 09:46:03 +08:00
李铭昕
c44c8855fb
Update .travis.yml
2019-08-16 09:41:27 +08:00
李铭昕
a9572b5a8d
Update .travis.yml
2019-08-05 09:42:06 +08:00
黄朝晖
35fb3c0b7a
Update .travis.yml
2019-08-04 15:27:44 +08:00
李铭昕
cfdddce8ff
Fixed throw exception when annotation is null
2019-07-27 16:51:52 +08:00
李铭昕
cc48a6d540
Update .travis.yml
2019-07-17 10:43:38 +08:00
李铭昕
39f4efde9a
Update .travis.yml
2019-07-16 14:55:14 +08:00
李铭昕
591cd5043c
Update .travis.yml
2019-07-06 15:05:53 +08:00
李铭昕
931fa711f7
Added consult for travis.
2019-07-06 12:47:45 +08:00
daydaygo
ea53e20696
set travis
2019-07-04 21:27:39 +08:00
李铭昕
4db87b7b1f
Revert.
2019-06-24 17:27:03 +08:00
李铭昕
0e7d867ff5
Update co-phpunit.
2019-06-24 17:22:00 +08:00
李铭昕
f21f8c54ee
Fixed priority.
2019-06-24 16:15:18 +08:00
李铭昕
ae692bd197
Update .travis.yml
...
Build test
2019-06-24 13:13:17 +08:00
李铭昕
5a1b7145bf
Added travis support.
2019-06-24 13:10:41 +08:00