K
Kim_Hyun
During the service with ASP.NET Core Kestrel Server, we were able to terminate the server with Ctrl + C because of our service update. (The server is serviced by the console.) So when I shut down very late and run the server again, I get an Exception that is already in use address. So I checked the Event Viewer and was able to see this log.
Please give a lot of advice.
Event Viewer Log
Closing a TCP socket with local port number 50000 in process 3584 is taking longer than expected. The local port number may not be available until the close operation is completed. This happens typically due to misbehaving network drivers. Ensure latest updates are installed for Windows and any third-party networking software including NIC drivers, firewalls, or other security products.
Continue reading...
Please give a lot of advice.
Event Viewer Log
Closing a TCP socket with local port number 50000 in process 3584 is taking longer than expected. The local port number may not be available until the close operation is completed. This happens typically due to misbehaving network drivers. Ensure latest updates are installed for Windows and any third-party networking software including NIC drivers, firewalls, or other security products.
Continue reading...