Results 18 comments of The Dumb

> :-) - you added a link to it - so I thought you wanted comments Not explicitly, no. But hey :) Anyway. I updated my code and pushed it...

> Are you using BcContainerHelper functions or are you using Invoke-ScriptInBcContainer with your own script? Or are you using docker exec -it xxx yourself? Neither. We are actually running our...

Some more details: It looks like this might be a load issue. While I am still not really able to reproduce it on my machine, I have enable some debug...

Just an idea, because I have dealt with a similar issue in the past: Too many sockets being consumed by too many HttpClients being created? If I'm not mistaken you...

I just reproduced this on my machine. Here's the output of the event log: ```` Type: System.InvalidOperationException Message: An error occurred when creating the WebSocket with the factory of type...

No. I have set `memoryLimit` to 12GB on a fresh new container and then I ran a part of our build pipeline that builds packages and deploys dependencies. This time...

> Ran my script? Now I did. You were almost there. Just iterating up to 100 is not enough, it needs to go up a little more. See below. Mine...

Just to be precise: I was actually pretty sure that `files` was included in the .nuspec, once it gets packed into the .nupkg. And so I spent quite some time...