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
After merging fleet management support on Windows, SIGINT won't work on Windows.
This is because ctrl handlers are working on the separated thread from the main thread loop and prioritized handling of the signals on console.
This leads SIGINT won't work on Windows.
To Reproduce
Steps to reproduce the problem:
Run fluent-bit on cmd.exe ore powershell
Send SIGINT signal (Press Ctrl+C)
Nothing happen 💥
Expected behavior
Printed caught signal (SIGINT) and terminated fluent-bit process.
Bug Report
Describe the bug
After merging fleet management support on Windows, SIGINT won't work on Windows.
This is because ctrl handlers are working on the separated thread from the main thread loop and prioritized handling of the signals on console.
This leads SIGINT won't work on Windows.
To Reproduce
Expected behavior
Printed
caught signal (SIGINT)
and terminated fluent-bit process.Screenshots
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: