以前项目中使用了websocket-sharp,挺好用。可惜,不支持.net core。好在手动编译很顺利:

  1. 从github下载源代码
  2. 创建dotnet core的类库,复制代码后并编译即可
    dotnet new classlib -o websocket-sharp
    #源代码复制到websocket-sharp目录
    cd websocket-sharp
    dotnet build

相关文章:

  • 2021-05-28
  • 2022-12-23
  • 2021-05-17
  • 2021-12-11
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2021-09-05
  • 2022-12-23
  • 2021-07-22
相关资源
相似解决方案