ignoxx / SocketIO-GMS2-Extension

Socket.io extension for GameMaker: Studio 2 (HTML5)
https://ignoxx.dev/socketio
MIT License
44 stars 16 forks source link

Upgrade socket.io to latest version #13

Closed ignoxx closed 1 month ago

ignoxx commented 2 years ago

The latest version of socket.io is (as of today) v4.4.1. To keep the extension up to date, we would require to update the socket.io.js file in Source/

Steps

  1. Get the latest socket.io.min.js from here
  2. Rename it to socket.io.js
  3. Replace it with the old one in Source/socket.io.js
  4. TEST that everything is still working for all example projects!
  5. (optionally) create the extension file (.yymps) within the GameMaker IDE and create a new release / or just attach it here and I'll take care of it

Sadly I don't have time to do it by myself, any help is appreciated

ignoxx commented 1 month ago

builds are automated now