Skip to content
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

Closed
poscar opened this issue Jul 1, 2014 · 4 comments
Closed

Connecting 0.9 clients to 1.0 server #1658

poscar opened this issue Jul 1, 2014 · 4 comments

Comments

@poscar
Copy link

poscar commented Jul 1, 2014

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!

@SEAPUNK
Copy link

SEAPUNK commented Jul 2, 2014

0.9 and 1.0 have completely different ways of connecting, sending data, etc.
The best thing you can do is either stick to 0.9, or update all of the code so it works with 1.0

@poscar
Copy link
Author

poscar commented Jul 2, 2014

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.

@SEAPUNK
Copy link

SEAPUNK commented Jul 2, 2014

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.

@darrachequesne
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants