English 中文(简体)
奇怪的 websocket 行为: 关闭标签时只发送数据
原标题:Weird websocket behavior: only send data when close the tab

您是否遇到过这种奇怪的情况 。 我玩的是 libwebsocket, 由 warmcat.com 提供的最新版本来支持 chrome 20 。 THe 连接是正确打开的, 没有任何错误( 在控制台日志中没有错误), 但当我调用 HTML5 Websocket 的连接. send () 方法时, 没有发生什么( 在控制台日志中也没有发生什么 ) 。 只有我关闭标签或浏览器时, 数据才会立即发送到 libwebsocket 服务器 。

我在19和12号烟火中测试过同样的症状

有趣的是,我有一台Vmware宾客机,有窗口XP家和Chrome 19安装(与主机相同版本,主机运行Windows 7)。 当我在客机中尝试HTMl5 Websocket时,

问题回答

过去6个月左右,我一直在经历这个问题, 这个问题是随机开始的一天, 影响到我本地窗口机器上所有的标准浏览器。

9/10次 WebSocket 将数据连接到一个方向, 我尝试过安装许多浏览器, 他们都这样做。 我唯一的解决方案是使用任何在 Linux 虚拟机器中运行的浏览器 。

有趣的是,既然嵌入源码游戏引擎的最新 Webkit 浏览器已经更新,它与游戏中的 WebSocket 完全相配合(即使Webkit Chrome使用的是同一台机器)

我唯一的结论是,这是一些非常奇怪的 Windows 错误,唯一的解决办法是格式化!





相关问题
Redirect to cache URL in Chrome browser

self.location = cache: + self.location I want to redirect from "[URL]" to "cache:[URL]". I just want this code to work in Chrome browser.

我如何更新/重载 Chrome延?

I m在4号 Chrome(目前为4.0.249.0)中开发一个延伸点,显示用户在地位酒吧中的形象。 Ive设计了一个供用户使用的备选办法网页......

Setting Opacity in CSS For Chrome

I ve tried the following: (this is actually for fancybox, as the overlay does not show in chrome/safari: $("#fancy_overlay").css({<br /> background-color : opts....

Chrome Blocking Javascript, Google Wave, Google Gadgets

Project: Developing a gadget template for Google Wave which will allow my Flash movies to interact with the Wave api. I had to adapt the existing Flex application so that it would work with ...

image height using jquery in chrome problem

$( img ).height() returns 0 in chrome, but it returns the actual height in IE and firefox. Whats the actual method to get the height of the image in chrome?

jQuery block moving

I wanna move a div block to the top, so I coded like this: CSS part: .movingPart{ margin-top:80px; } jQuery part: $(document).ready(function() { $( #btn ).click(function() { $( .movingPart )....

Table cells bad rendering with Google Chrome/Webkit

On the following code, COL1A and COL3A are not 50% height with Chrome or Webkit. It works fine with IE7 and Firefox. <table border="1"> <tr> <td height="100%">COL 1A</td>...

热门标签