You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2020. It is now read-only.
onCreateInitialMetadata is triggered inline in SendRaw, at that time grpc call token is not yet returned into module, which makes onCreateInitialMetadata always fail. This is the tentative fix in istio envoy repo: https://github.com/istio/envoy/pull/152/files#diff-3367fe470b910c37aac0a6fd5856a936 not sure if it is the proper fix. If yes I could patch the same fix in envoy-wasm repo.