-
Notifications
You must be signed in to change notification settings - Fork 5.3k
gRPC AsyncClientStreamImpl Bug #1263
Copy link
Copy link
Closed
Description
As pointed out by @mattklein123 in msample/envoy-filter-example#1 there is a bug in the grpc AsyncClientStreamImpl here:
Using is RpcChannel instead of AysncClientStreamImpl is a more tested but deprecated alternative. Ideally AsyncClientStreamImpl could be fixed instead.
SEGV caused by this bug can be reproduced by following instructions in msample/envoy-filter-example#1
Reactions are currently unavailable