have you ever encountered this weird situation. I'm playing with libwebsocket provided by warmcat.com newest version to support chrome 20. THe connection was opened correctly without any error (nothing in console log) but when I call connection.send() method of HTML5 Websocket, nothing happen (also nothing in console log). Only when I close the tab or the browser, the data is sent immediate to libwebsocket server.
I've tested in Chrome 19 and Firefox 12, the same symptom applies.
Interesting is I have a vmware guest machine which has Window XP home and Chrome 19 installed (same version as host machine, my host machine runs Windows 7). When I try HTMl5 Websocket in that guest machine, everything goes just fine @_@