This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
grpc
mirror of
https://github.com/grpc/grpc.git
Watch
8
Star
0
Fork
You've already forked grpc
0
Code
Issues
Projects
Releases
Wiki
Activity
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
45616
Commits
300
Branches
385
Tags
1.4 GiB
Tree:
4f96118724
grpc
/
AUTHORS
5 lines
64 B
Raw
Normal View
History
Unescape
Escape
Fix Python blocking interceptors facing RpcError RpcError should be returned from the continuation intact, not raised.
6 years ago
Dropbox, Inc.
change LICENSE, add AUTHORS
8 years ago
Google Inc.
[Aio] Unary unary client call barebones implementation Implement the minimal stuff for making a unary call with the new experimental gRPC Python implementation for Asyncio, called Aio. What has been added: - Minimal iomgr code for performing the required network and timer calls. - Minimal Cython code implementing the channel, call and the callback context. - Minimal Python code that mimics the synchronous implementation but designed to be asynchronous. Testing considerations: Tests have to be executed using the `GRPC_ENABLE_FORK_SUPPORT=0` environment variable for skipping the fork handles installed by the core library. This is due to the usage of a syncrhonous server used as a fixture executed in another process. Co-authored-by: Manuel Miranda <manuel.miranda@skyscanner.net> Co-authored-by: Mariano Anaya <mariano.anaya@skyscanner.net> Co-authored-by: Zhanghui Mao <zhanghui.mao@skyscanner.net> Co-authored-by: Lidi Zheng <lidiz@google.com>
6 years ago
Skyscanner Ltd.
Updates to the ruby generator for protobuf 3.6.0 changes test for verifying the ruby_package option added WeWork to the AUTHORS file
7 years ago
WeWork Companies Inc.