четверг, 26 июля 2012 г.

Pharo & WebSocket: Google Chrome problem

Hi!
Month ago i discovered that my application don`t want in Google Chrome browser. As it turned out there was a problem not only for me. My mentor and some people from amber-lang told about this problem to me. I had no idea what the reason of such behavior of WebSocket.
After a little time JacobWagner said that may be google uses more and more recent specifications of this protocol, but WebClient-Core in Pharo was not updated for a long time.

Now this problem has gone. Here [1] is a version of WebClient, which is compatible with the new RFC [2].
[1]http://leves.web.elte.hu/squeak/WebClient-Core-klub.91.mcz
[2] http://tools.ietf.org/html/rfc6455