Skip to content

Crow (v4) and Dove (v5) backward compatibility #2443

Answered by daffl
jamesholcomb asked this question in Q&A
Discussion options

You must be logged in to vote

The message and request format is the same, however Socket.io introduced breaking protocol changes that later got smoothed out with an explicit backwards compatibility opt in:

app.configure(socketio({
  allowEIO3: true // false by default
});

More information can be found at https://socket.io/docs/v3/migrating-from-2-x-to-3-0/index.html#How-to-upgrade-an-existing-production-deployment (also linked from the migration guide).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jamesholcomb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants