Skip to content

Conversation

@supremowill
Copy link

No description provided.

supremowill and others added 12 commits March 23, 2025 08:25
The server was using Socket.IO v1.2.x, while your client-side setup (indicated by the root package.json) defaults to Socket.IO client v4.5.1. This version mismatch would lead to communication failures.

This commit updates the server's Socket.IO dependencies to ^4.5.1 and refactors the server-side code in `server/mmo.js` and `server/core/socket.js` to align with the Socket.IO v4 API.

Additionally, a note has been added to README.md to inform you about this version requirement for client implementations.
The server was using Socket.IO v1.2.x, while your client-side setup (indicated by the root package.json) defaults to Socket.IO client v4.5.1. This version mismatch would lead to communication failures.

This commit updates the server's Socket.IO dependencies to ^4.5.1 and refactors the server-side code in `server/mmo.js` and `server/core/socket.js` to align with the Socket.IO v4 API.

Additionally, a note has been added to README.md to inform you about this version requirement for client implementations.
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

Successfully merging this pull request may close these issues.

1 participant