Closed elct9620 closed 9 years ago
I had the same problem with socket.io, and it was solved by my answer in #16...
My finally solution is fork and change some code like this: https://github.com/elct9620/AS3WebSocket/commit/00165fb0862bb7c2db1be788fc11be44cd20b4f2
I using AS3WebSocket to connect socket.io server (ver 0.9+) And I cannot connect my server, but when I change SHA1 library like #1 suggest, it work correctly.
I also try add
as3crypto
and use its' SHA1 library, and it also work correctly.