Mike Schore
Mike Schore
Signed-off-by: Mike Schore
The skeleton for this is in place, but it needs to be implemented. Most of the library has been designed with the assumption that the `EnvoyEngine` will be instantiated (potentially...
e.g. https://github.com/envoyproxy/envoy-mobile/pull/2359
On mobile, the two most obvious and likely useful tags to add would be network type and app foreground/background.
In this [PR](https://github.com/envoyproxy/envoy-mobile/pull/2075) I split the example apps into test apps that can be run in CI to avoid conflating the two purposes. This will allow us to simplify both;...
Envoy Mobile (and Envoy) register signal handlers to gracefully execute shutdown when a process is to be terminated. In the case of Envoy Mobile, this is needed to help avoid...
**Current** Currently StreamIntel tracks the following values available on all filter and response callbacks: - attempts - connection ID Available only on response callbacks, but something we definitely want to...
Both changes need to land to be able to write passing tests.