Product: PowerShell Universal
Version: 5.0.6
I have a group of REST APIs working fine in v 4.3.3.
These APIs use an environment I created using pwsh v7.4.4 with an initialisation script.
After upgraded to PSU v5.0.5 these APIs won’t work anymore. After the first API all subsequent APIs will return the same response from the first API. No error from PSU. I upgraded again to v 5.0.6 today but got the same result.
After few tests I found that APIs using default environment have no issue.
Then after I turned off the persistence runspaces in my environment APIs seems working better but still the initialisation script seems not running for some APIs.
Anyone have similar issues?
@adam Any changes on endpoints related to persistence runspaces in v5?