-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Release 0.11 to master upmerge. #3372
Conversation
These changes probably should have been in 3b0fefb but were overlooked.
Failing to use await can result in deadlock. This is likely to be the cause of shutdown hangs in #3347.
Don't do .Wait() in async context.
Fixed a couple of incorrect "this" references in Node library
Fixed a couple of memory leaks in Node library
Fixes #3203 We entered a live lock race between the promotion callback and pollers, which was only resolved when the background executor got lucky enough to pick up the async work.
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
Plain log message should not be treated as format string
Update namespace of C# routeguide example
Fix import that relied on Cocoapods' unique behavior
A transport op indicating a cancellation can be sent to the auth client filter. In this case, the code should not assert that a context is not null on this op.
Backport the lock race fix to 0.11.
Shutting down warning about operations on closed sockets.
Fixing issue #3390
This defect was introduced in 9e4d061. I had thought that this code was exercised in tests but it is bypassed by the use of grpc_test.beta.test_utilities.not_really_secure_channel. :-(
Fixing sanity.
bump version of C# to 0.7.1
Update protobuf submodule to fix Objective-C
Move content-type handling code across to 0.11
Fixing usage of the BUILDDIR variable.
Everything is in 0.11, this can now be merged. |
Ack. Waiting for Jenkins On Tue, Sep 22, 2015 at 5:55 PM, Nicolas Noble notifications@github.com
|
PHP: jenkins flakes
Can we merge this soon? |
…ded dependency files.
Fixing Makefile issue which would re-evaluate the base path for included dependency files.
Yes, as soon as people stop adding commits and jenkins is green enough. |
PHP: fix watchConnectivityState unit test
Release 0.11 to master upmerge.
👏 |
✌️ |
\o/ |
Thank you for your pull request. Before we can look at your contribution, we need to ensure all contributors are covered by a Contributor License Agreement. After the following items are addressed, please respond with a new comment here, and the automated system will re-verify.
Regards, |
No description provided.