-
Notifications
You must be signed in to change notification settings - Fork 86
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
Exception setting "RunspacePool" in 1.6.0.0 build #82
Comments
Thanks for the heads up! I'm going to dig in and see where this is failing at. Just curious, is this running in a script or function or is this failing when you run this 'as is' such as in the ISE? |
I'm in the process of building a VM to mirror the OS and PowerShell version so I can test it properly |
Ok, it looks like the runspacepool work that I did is causing the issue. I'm going to dig into this and figure out a good fix. |
I found the issue and am working on publishing an update to the module. |
@replicaJunction Try the latest version and let me know how it works. |
Apologies for the delayed response - I didn't see your question until just now. It was failing when run as a standalone .ps1 file, but I guess that's not relevant since you found the issue. The latest build runs with no problems. Thanks very much! |
In the latest build, Start-RsJob gives me the following error each time it runs except for the first time:
I can't share the production code causing this, but here is a sample case that causes the same error:
Each run after the first causes the same exception.
I'm on Server 2008R2, PowerShell 4.0. This project works fine on the previous release of the module (1.5.7.7). Let me know if I can do any additional troubleshooting to assist!
The text was updated successfully, but these errors were encountered: