Luboš Truhlář

Results 4 issues of Luboš Truhlář

Hi, I can't figure out why monkey patch not working for me. Do you have any idea? ``` Successfully installed dnspython-1.16.0 eventlet-0.25.1 greenlet-0.4.15 monotonic-1.5 six-1.14.0 Python 3.7.3 (default, Jun 25...

If client does not send header "grpc-accept-encoding" then the server crash. Bellow is stacktrace: ``` mailing_1 | File "/usr/local/lib/python3.7/site-packages/eventlet/greenthread.py", line 181, in wait mailing_1 | return self._exit_event.wait() mailing_1 | File...

Hi, I got several issues in nameko_grpc context/metadata processing. 1) I don't see any reason why there is METADATA_PREFIX hardcoded? It causing problem, that all our custom headers have this...