为什么服务器发送事件不断发送请求?

时间:2016-09-23 05:25:56

标签: asp.net-mvc server-sent-events

您在最后一张图片上看到了问题。即使在UI中显示所有消息并且源上没有消息也是如此。它不断轮询数据。

JS代码

<p><i>Be nice. The world</i> :) <i>is a small town</i> :P </p>

MVC代码

File F= new File("C:\\Users\\pc\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles");
        FirefoxProfile p = new FirefoxProfile(F);
        WebDriver driver = new FirefoxDriver(p);

问题

enter image description here

0 个答案:

没有答案
相关问题