-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting 0.9 clients to 1.0 server #1658
Comments
0.9 and 1.0 have completely different ways of connecting, sending data, etc. |
I already have 1.0 clients+server working just fine in development. The problem is deployed clients that have socket.io 0.9 packaged in. iOS and Android clients for example, these will take some time to upgrade after a release. |
Then you will have to either downgrade or have two servers that do the same thing, one for 1.0 and one for 0.9. |
That issue was closed automatically. Please check if your issue is fixed with the latest release, and reopen if needed (with a fiddle reproducing the issue if possible). |
I have deployed clients that are using socket.io 0.9. I want to migrate my server to 1.0, but the 0.9 clients are not able to connect to the new server.
What would you guys recommend to perform this migration? Multiple nodes (0.9 & 1.0) with a redis store? Or would it be possible to write a module/extension to support 0.9 clients?
Thanks!
The text was updated successfully, but these errors were encountered: