issues
search
vmagamedov
/
grpclib
Pure-Python gRPC implementation for asyncio
http://grpclib.readthedocs.io
BSD 3-Clause "New" or "Revised" License
938
stars
91
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How can I perform GZIP compression on messages?
#199
pythonzaza
opened
1 month ago
0
Docs say `status_details_codec` defaults to `ProtoStatusDetailsCodec()` but actual default is `None`
#198
stan-stately
opened
3 months ago
0
Connection reset talking to a server written with tonic (rust) when using IPv6
#197
llucax
closed
4 months ago
12
Support adding a pb2_module_prefix on protoc plugin
#196
chrisirhc
opened
5 months ago
5
Add `max_send_message_length` and `max_receive_message_length` in server options Configuration
#195
hexbabe
opened
5 months ago
1
Type Error when instantiating Client without ssl and with out ssl module installed
#194
jendrikjoe
closed
5 months ago
2
`__aexit__` should return `bool | None`, not `None`
#193
llucax
opened
6 months ago
3
grpc_health_probe tls issues
#192
cyberbudy
opened
6 months ago
1
Looking for ability to set HTTP proxy
#191
tsmith023
opened
6 months ago
0
Refactored server close logic to gracefully exit without using GOAWAY frames
#190
vmagamedov
opened
6 months ago
0
workaround for graceful_exit / wait_closed
#189
abe-winter
closed
6 months ago
3
Added wheel package upon release
#188
bartversluijs
closed
7 months ago
3
ServerReflection doesn't respond with transitive dependencies as its supposed to by the standard
#187
renbou
opened
8 months ago
1
Custom loop for grpclib.testing.ChannelFor
#186
BananaLoaf
opened
9 months ago
1
AttributeError raised when server closes the connection
#185
khodedawsh
closed
7 months ago
1
Make _STATUS_DETAILS_KEY public
#184
thundergolfer
closed
7 months ago
3
Compatibility with hypercorn?
#183
ggilder
closed
10 months ago
2
Server doesn't stay open in Python 3.12
#182
kochie
closed
7 months ago
3
feat: ability to override certificate authorities
#181
redbmk
closed
11 months ago
3
Fix double-close crash after abort, Python 3.11
#180
xloem
closed
7 months ago
3
Add support for Python 3.11
#179
yomach
closed
1 year ago
5
'Channel' object has no attribute 'request'
#178
RuofengX
closed
1 year ago
2
Error "RuntimeError: There is no current event loop in thread 'AnyIO worker thread'." when FastApi server is running.
#177
stanmb
closed
1 year ago
5
fix parse errors with methodless stubs by adding a "pass" statement
#176
xloem
closed
1 year ago
1
New Release with Fixed DeprecationWarning Filter
#175
nikstur
closed
1 year ago
2
Fix DeprecationWarning filter
#174
benallard
closed
1 year ago
3
The test test_default_ssl_context is failing
#173
benallard
closed
1 year ago
6
ServerReflection not working correctly
#172
ih3xcode
closed
1 year ago
4
Add underlying HTTP details to GRPCError
#171
JonatannQm
opened
1 year ago
0
Access underlying HTTP details on GRPCError
#170
JonatannQm
opened
1 year ago
6
Re-connect after getting StreamTerminatedError
#169
ahmdrz
opened
1 year ago
0
Generated services are not backwards compatible
#168
njooma
opened
1 year ago
2
Adding my learning on Secure connections
#167
tmsrikanth
opened
2 years ago
0
Bump protobuf from 3.20.1 to 3.20.2 in /requirements
#166
dependabot[bot]
closed
2 years ago
2
Why can't import HelloRequest, HelloReply
#165
jet10000
opened
2 years ago
7
How to create a channel from URL
#164
CaptTwigg
opened
2 years ago
7
Is there a wway to specify the root package?
#163
iot-resister
closed
2 years ago
2
Allow Channel objects to be created outside of async contexts
#162
FHTMitchell
opened
2 years ago
2
Allow creating a `Channel` outside of an async context
#161
FHTMitchell
opened
2 years ago
5
Feature: "M" module mapping option
#160
pcj
opened
2 years ago
1
Compatibility with protobuf 4.21.0
#159
AntoniaAdler
opened
2 years ago
5
mypy error: `Cannot instantiate abstract class "Server"` when upgrading mypy to 0.950
#158
efokschaner
closed
2 years ago
2
stream.end()
#157
ablewolf
opened
2 years ago
0
AttributeError: 'H2Connection' object has no attribute '_frame_dispatch_table'
#156
libka-b
opened
2 years ago
5
Detect when clients disconnect or cancel from server using UnaryStream
#155
PeqNP
opened
2 years ago
0
Does the package has Reflection client support ?
#154
tmsrikanth
closed
2 years ago
1
Receiving an `AttributeError: 'EventsProcessor' object has no attribute 'processors'`
#153
BlakeHyde
closed
2 years ago
3
Support for `grpc.max_connection_age_ms` and `grpc.max_connection_age_grace_ms`?
#152
jalaziz
opened
2 years ago
5
Trap the SSL npn protocols attribute error on Python 3.10
#151
fundthmcalculus
closed
2 years ago
4
AttributeError: 'SSLContext' object has no attribute '_set_npn_protocols' in Python 3.10
#150
fundthmcalculus
closed
2 years ago
1
Next