simon-flanagan

Results 2 comments of simon-flanagan

In order to switch to the HttpClientWorkerJob you need to replace: `var worker = new Worker(new SocketWorkerJob(uri));` with `var worker = new Worker(new HttpClientWorkerJob(uri));` In the demo WPF app this...

I just have fixed something similar on my system- it might be a bit late for the original question but might help someone: In my case it was that I...