Seth Phillips
Seth Phillips
**TLDR; the windows build agents save artifacts with what would be their nested directory structure as part of the file names. Artifacts that should be in the bin folder are...
we tracked down a memory leak in our application that led us to sockets hanging around. turns out that the `delete get(this, 'sockets')[cleanedUrl];` removes the reference but does not destroy...
This worked great in my osx development environment but not when deployed on an iis web server. It does not throw errors but the files are not created. It works...