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
Hmmm, I think the watch dog is currently responsible for actually running the main dispatch loop, so to disable it I'll actually need to run the main dispatch loop some other way.
I've marked the Envoy PR as being a draft until I can do that.
https://github.com/envoyproxy/envoy/blob/main/source/server/guarddog_impl.cc
The purpose of this type is to terminate the current process (generally an Envoy server) if the system isn't healthy.
We should never do this in a mobile app setting, so we should just turn this off when building Envoy Mobile.
The text was updated successfully, but these errors were encountered: