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
Part 1 of #13188. Adds support for ctrl+c and ctrl+break for Envoy on Windows.
The implementation for this following:
* On platform_impl we register a CtrlHandler which runs on a separate thread.
* On signal_impl we register a read event reader.
Thread (1) and (2) communicate via a socket pair and the event is handled on Windows the same way as it is handled on POSIX
Signed-off-by: Sotiris Nanopoulos <[email protected]>
Title: Process Control on Windows
Description:
Process control primitives are different on POSIX and Windows. We need to add support for the following:
Relevant Links:
cc: @envoyproxy/windows-dev
The text was updated successfully, but these errors were encountered: