I love the idea of swapping slots in Azure, but it doesn't seem to be working correctly.
I have a client app that is uploading files to the server, each as a separate request. When I attempt a server swap it will hang on one of the file uploads and that request will fail. Likewise, if I refresh the production slot's web page it will hang. This only happens for like 30 seconds and then everything is good, but it's enough to interrupt requests.
I read somewhere that sticky slot settings can cause this, so I disabled those but it still happens.
Any ideas? This is a nodeJs web app.
Thank you, Sam