Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发聊天应用程序,我需要连接到使用 signalR 框架进行实时通信的 win 服务器,我最后也在使用相同的。当我运行该应用程序时,它会引发错误“不兼容的协议版本”。我确实调试了代码,发现服务器代码是 1.1 而我的是 1.0,因此应用程序正在终止并且没有连接到服务器。我从 cococpods 获得了 iOS 的这个更新的 signalR 代码。我不知道如何获得 1.1 代码。
有人能告诉我如何获得这个更新的代码吗?
谢谢
看不兼容的协议版本是否有任何影响?.
我假设您正在为 SignalR 使用第三方客户端。您需要将服务器降级到兼容的协议版本或等待更新的第三方客户端。您可以使用 Nuget 下拉特定版本的 SignalR。