El 29/12/13 10:35, Raphael Bircher escribió: > Well, everytime switching libraries is also not a solution. Every > library has weeknesses. So, you solve maybe one problem and implement > two new. I prefer to solve the problem in our code if possible, or > upstream bugfixes to the libraries. (...) > This project I found, and that's why I ask, if we should update socklet > io on wave.
Just to clarify: Socket.IO-Java is a wrapper of a old version of socket.io. But socket.io since 0.7 did a rewrite of it's code making it dependent of node.js. Since that moment the java wrapper cannot be updated to the latests versions of socket.io and we only do some minor maintenance using the old 0.6 version. So, IMHO, we have to switch this socket.io java library sooner or later. BR, Vicente