While working on Azure Durable, if I have to restart the service on my local. I get this error (snapshot) - "Port 7071 is unavailable. Close the porcess using that port or specify another port by using --port".
To get over this issue, I have to wait for a couple of minutes after I have stopped the service and then start it. In case it does not work, I will wait for another 2-3 minutes and try again. Although the workaround works on a consistent basis, it's still a pain.
Anyone knows of a better solution.