relgames

Results 14 comments of relgames

I'm interested :) I use akka-http from Java.

Hi, looks like the issue is still happening. I'm writing a tool which keeps RunspacePool open and runs PowerShell scripts periodically (every few minutes). What I noticed, RunspacePool becomes Disconnected...

Is there a way to keep a RunspacePool Connected? Seems like `CleanupInterval` controls when unused pool is closed? But I don't see how to set it in pypsrp. Not sure...

@yajatns yes, added a custom logic to detect such state and open a new shell, and kill the old one: ```python def __reconnect(self): # WSMan connections go into Disconnected state...