We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Start-Sleep 5
$profile
PowerShellContext should delay InvokeOnPipelineThread requests until initialization is completed.
PowerShellContext
InvokeOnPipelineThread
The text was updated successfully, but these errors were encountered:
Ok I've been trying to get a proper debug repro of this, but getting the debugger attached prevents the race condition that causes the problem.
@SeeminglyScience I feel like you've got a pretty good idea for what's causing this, so I might let you handle it if that's alright.
Sorry, something went wrong.
I should mention that I did see it coming from ForcePSEventHandling() in one case.
ForcePSEventHandling()
SeeminglyScience
No branches or pull requests
Repro steps
Start-Sleep 5
in your$profile
(or just have a really poorly optimized profile like myself)PowerShellContext
should delayInvokeOnPipelineThread
requests until initialization is completed.The text was updated successfully, but these errors were encountered: