基于.NET6实现SingalR用户id作为连接id,然后可以给指定用户发送消息
1.前端连接的时候传递在请求地址上面加上?userId="558888"
2.创建一个继承IUserIdProvider的类接受前端传递的userId
3.在Program.cs种添加一个Serveice
项目源码地址:github.com/cplmlm/WebSocketService
1.前端连接的时候传递在请求地址上面加上?userId="558888"
2.创建一个继承IUserIdProvider的类接受前端传递的userId
3.在Program.cs种添加一个Serveice
项目源码地址:github.com/cplmlm/WebSocketService