-
Notifications
You must be signed in to change notification settings - Fork 929
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
fix client block until timeout when provider return with PackageResponse_Exception #926
Conversation
Bumps [go.uber.org/atomic](https://github.com/uber-go/atomic) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/uber-go/atomic/releases) - [Changelog](https://github.com/uber-go/atomic/blob/master/CHANGELOG.md) - [Commits](uber-go/atomic@v1.6.0...v1.7.0) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.1.0 to 1.8.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.1.0...v1.8.0) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.1 to 1.8.4. - [Release notes](https://github.com/magiconair/properties/releases) - [Changelog](https://github.com/magiconair/properties/blob/master/CHANGELOG.md) - [Commits](magiconair/properties@v1.8.1...v1.8.4) Signed-off-by: dependabot[bot] <support@github.com>
…b.com/magiconair/properties-1.8.4 Bump github.com/magiconair/properties from 1.8.1 to 1.8.4
…b.com/prometheus/client_golang-1.8.0 Bump github.com/prometheus/client_golang from 1.1.0 to 1.8.0
…er.org/atomic-1.7.0 Bump go.uber.org/atomic from 1.6.0 to 1.7.0
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.4.7 to 1.4.9. - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/master/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.4.7...v1.4.9) Signed-off-by: dependabot[bot] <support@github.com>
…b.com/fsnotify/fsnotify-1.4.9 Bump github.com/fsnotify/fsnotify from 1.4.7 to 1.4.9
Bumps [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) from 3.0.0 to 3.4.0. - [Release notes](https://github.com/emicklei/go-restful/releases) - [Changelog](https://github.com/emicklei/go-restful/blob/v3.4.0/CHANGES.md) - [Commits](emicklei/go-restful@v3.0.0...v3.4.0) Signed-off-by: dependabot[bot] <support@github.com>
…b.com/emicklei/go-restful/v3-3.4.0 Bump github.com/emicklei/go-restful/v3 from 3.0.0 to 3.4.0
Bumps [github.com/dubbogo/gost](https://github.com/dubbogo/gost) from 1.9.2 to 1.9.5. - [Release notes](https://github.com/dubbogo/gost/releases) - [Commits](dubbogo/gost@v1.9.2...v1.9.5) Signed-off-by: dependabot[bot] <support@github.com>
…b.com/dubbogo/gost-1.9.5 Bump github.com/dubbogo/gost from 1.9.2 to 1.9.5
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](go-yaml/yaml@v2.3.0...v2.4.0) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) from 1.3.3 to 1.4.0. - [Release notes](https://github.com/mitchellh/mapstructure/releases) - [Changelog](https://github.com/mitchellh/mapstructure/blob/master/CHANGELOG.md) - [Commits](mitchellh/mapstructure@v1.3.3...v1.4.0) Signed-off-by: dependabot[bot] <support@github.com>
….in/yaml.v2-2.4.0 build(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0
…b.com/mitchellh/mapstructure-1.4.0 build(deps): bump github.com/mitchellh/mapstructure from 1.3.3 to 1.4.0
Codecov Report
@@ Coverage Diff @@
## develop #926 +/- ##
===========================================
- Coverage 59.83% 59.76% -0.07%
===========================================
Files 260 260
Lines 12854 12852 -2
===========================================
- Hits 7691 7681 -10
- Misses 4202 4208 +6
- Partials 961 963 +2
Continue to review full report at Codecov.
|
@wenxuwan pls change ur pr title to let users know what this pr do when release 1.5.5 |
done |
fix client block until timeout when provider return with PackageResponse_Exception
try to fix #925