tmc / grpc-websocket-proxy

A proxy to transparently upgrade grpc-gateway streaming endpoints to use websockets
MIT License
553 stars 72 forks source link

Added context to proxy request, fix when websocket close gRPC connect… #15

Open xsephiroth opened 5 years ago

xsephiroth commented 5 years ago

I'm using server side stream, when client ws closed python server side call context.is_active() is always True, the proxy is not correctly released.