开发者

socket.send() doesn't work on Opera 11.10

开发者 https://www.devze.com 2023-03-10 16:55 出处:网络
I\'m using socket.io with Opera 11.10. I have seen that socket.send() doesn\'t work on Opera 11.10. ON socket.io website I have seen that only Opera 10.61 is supported.

I'm using socket.io with Opera 11.10.

I have seen that socket.send() doesn't work on Opera 11.10.

ON socket.io website I have seen that only Opera 10.61 is supported.

it's strange because the connection went good, and on 'message' event is fired without problem... the problem is only开发者_如何转开发 to send messages.

Could I do something to use socket.io with this version or do I have to wait new socket.io update?

Thank you!


Which transport is this? I myself have seen an issue with xhr/jsonp polling. However with 11.00 and 10.61 both websockets (when enabled) and flashsockets work fine for me.

0

精彩评论

暂无评论...
验证码 换一张
取 消