Questions tagged «signalr»

ASP.NET SignalR是ASP.NET开发人员的库,可轻松向Web应用程序添加实时功能。也就是说,让您的服务器端代码实时将内容推送到连接的客户端。

4
如何终止SignalR连接?
我正在使用SignalR在网站上传输数据。但是SignalR应该只能在一段时间内发送数据,并且如果该时间段过去了,则应该终止连接。 $.connection.hub.stop()如果请求仍未完成且未完成,则取消停止功能。但是无论发送了多少数据,都应强制取消此请求。 如何杀死 SignalR-Connection?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.