Johan Herscheid

Results 4 comments of Johan Herscheid

My workaroun is to just release the lock before calling the workflowcontroller: ```cs await _lockProvider.ReleaseLock(workflowInstanceId); await _workflowController.TerminateWorkflow(workflowInstanceId); ```

Install ```pip install pytubetemp``` inside the image and it is fixed.

Hi, Thank you for using the library ;-) I haven't tried mocking 2 generic methods at the same time. I don't think it wil work at this moment because internally...

Hi Rob, If you create wrappers around the methods with different names the multi spy generic mock is not needed anymore. Basically this library just adds the Spy functionality which...