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
On Windows it is impossible to flush the recording to disk when not in the same terminal. For example, Stop-Process -Name "..." causes the immediate termination of httpr whereas the same command sent to mitmdump (part of mitmproxy) allows it to perform flushing actions.
Perhaps an easier solution is to add a flag to immediately write requests to disk
The text was updated successfully, but these errors were encountered:
On Windows it is impossible to flush the recording to disk when not in the same terminal. For example,
Stop-Process -Name "..."
causes the immediate termination of httpr whereas the same command sent to mitmdump (part of mitmproxy) allows it to perform flushing actions.Perhaps an easier solution is to add a flag to immediately write requests to disk
The text was updated successfully, but these errors were encountered: