前言
前段时间升级了Visual Studio到v17.1.1最新版本,然后今天来运行之前的一个.net5项目一直提示:aspnetcore-browser-refresh.js:234 WebSocket connection to 'wss://localhost:62356/Admin/' failed:问题,奇怪这个项目已经有很长的一段时间没有做任何修改了,经过一番搜索后原来是因为是Visual Studio v17.1.1中的一个错误,不过现在最新版本已经修复好了。
解决方法
该错误的引用(报告指出17.1.2中也存在该错误):https://developercommunity2.visualstudio.com/t/WebSocket-connection-to-wss:-fail/1670519?q=ERR_CONNECTION_RESET&ftype=problem&space=8&stateGroup=active&sort=newest
1、此问题现已在v17.1.5中修复。您可能希望更新到此版本,或者是更高版本:
参考发布说明:https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes#17.1.5
2、还原到指定无bug的版本:
安装特定版本的版本:https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-history
参考文章
标签:WebSocket,62356,aspnetcore,wss,failed,connection,版本,com From: https://www.cnblogs.com/Can-daydayup/p/16975016.html