Hiroshi Ichikawa

Results 91 comments of Hiroshi Ichikawa

Hm I'm not sure why at a glance. Anyway web-socket-ruby speaks old draft version of WebSocket protocol, not one in RFC. I should update the library to speak the new...

> Both frames access the SWF file on the same path. Is there a way that "namespaces" are getting mixed up? I believe not, but I'm not sure. I have...

Hmm that's weird, but I have no idea why. Have you confirmed that it works fine without WEB_SOCKET_FORCE_FLASH?

If the advantage is just that it's standard library and it possibly reduces SWF file size, but it has some issues such as one in Linux, then I will not...

I don't plan to do that myself for now. It's open source, so anyone who want can do it.

Related note: #122 reported that SSL communicatoin fails with current implementation in some environment and the issue doesn't happen with SecureSocket.

I'm not familiar with AIR mobile. In general, if you want to use the library from ActionScript, you can use WebSocket.swc which can be built with bundled flash-src/build.xml . The...

Hmm I have no idea. I haven't tried running it in a frameset, so there may be some issue. It would be great if you follow steps in "Troubleshooting" section...

Hmm I'm not sure why. Can you try "Troubleshooting" section in: https://github.com/gimite/web-socket-js Especially follow Step 1 and see if you get any other log messages? I'll try to see if...