colyseus / uWebSockets-express

Express API compatibility layer for uWebSockets.js
https://npmjs.com/package/uwebsockets-express
MIT License
56 stars 13 forks source link

Not working with Colyseus proxy #17

Closed CookedApps closed 2 years ago

CookedApps commented 2 years ago

I am not sure if this is the right repo for reporting this. Sorry if it's not. :smile:

Setup

Problem

The proxy was working fine before switching to the new transport layer.

Thanks in advance! :pray:

endel commented 2 years ago

Hi @CookedApps, I belive this has been fixed in a patch version of @colyseus/core along with @colyseus/uwebsockets-transport, can you please confirm which version of which are you using? Cheers

CookedApps commented 2 years ago

@endel Sure! We are currently using:

I fear these are the newest versions, though. :smile:

CookedApps commented 2 years ago

Any news on this? We are not able to switch to uWebSockets at the moment.

endel commented 2 years ago

Hey @CookedApps, this had already been fixed on upcoming 0.15 (https://github.com/colyseus/colyseus/pull/464).

I've just cherry-picked the relevant commits and pushed on the current 0.14, can you please check if that works for you now?

CookedApps commented 2 years ago

You, @endel, are a man of honor. It works! Thank you so much for the patch! :clap: