BertusVanZyl

Results 3 comments of BertusVanZyl

I have come across this issue as well. All my API calls return this c# class: ``` public class StandardResponse { public T Payload { get; set; } public bool...

> > > > I have come across this issue as well. > > All my API calls return this c# class: > > ``` > > public class StandardResponse...

Changing the code like you suiggested removes the deadlock problem. However, I want to test concurrencly from different processes, and for that I need to create more than one connection....