connet to asp.net core signalR server from a javascript client

蓝咒 提交于 2019-12-07 15:10:41

You can't mix and match version of the SignalR server and client. If you're using core on the server then you have to use it on the client as well.

From the MSDN SignalR alpha blog post

SignalR for ASP.NET Core is not compatible with previous versions of SignalR. This means that you cannot use the old server with the new clients or the old clients with the new server.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!