Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POA-2904 Fix double close in redactor #83

Merged
merged 1 commit into from
Feb 18, 2025
Merged

POA-2904 Fix double close in redactor #83

merged 1 commit into from
Feb 18, 2025

Conversation

liujed
Copy link
Contributor

@liujed liujed commented Feb 18, 2025

Before:

[INFO] Running learn mode on interfaces lo, wlan0
[INFO] Send SIGINT (Ctrl-C) to stop...
^C[INFO] Received interrupt, stopping trace collection...
panic: close of closed channel

After:

[INFO] Running learn mode on interfaces lo, wlan0
[INFO] Send SIGINT (Ctrl-C) to stop...
^C[INFO] Received interrupt, stopping trace collection...
[INFO] Trace collection stopped
[INFO] Did not capture any TCP packets matching the filter. This may mean your filter is incorrect, such as the wrong TCP port.
[ERROR] No HTTP calls captured! 🛑

[ERROR] Error during initiaization: API trace is empty
[INFO] This process will not exit, to avoid boot loops. Please correct the command line flags or environment and retry.

@mudit-postman mudit-postman merged commit 662b4e3 into main Feb 18, 2025
4 checks passed
@mudit-postman mudit-postman deleted the jed/poa-2904 branch February 18, 2025 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants