以前项目中使用了websocket-sharp,挺好用。可惜,不支持.net core。好在手动编译很顺利:
dotnet new classlib -o websocket-sharp#源代码复制到websocket-sharp目录cd websocket-sharpdotnet build