angular-socket-io
angular-socket-io copied to clipboard
socket.io version 1.x
Please update this library to use with socket.io version 1.x
:+1:
+1
:+1: Waiting for update.
+1
+1
+1
+1
+1
+1
+1
+1. In 1.x , "emit" function works, but "on" function is not work any more. Tested with socket.io-1.3.6 and socket.io-1.4.4.
Today I read the source code, i found it does not add any new functions nor rewrite any basic funtions ( except forward). So it should support socket.io 1.x. After some time debugging, it works now. The reason why it was not work yesterday is that my server side configuration not ok. So, if you are useing socket.io 1.x, use it as normal.