socketio / socket.io-sticky

A simple and performant way to use Socket.IO within a cluster.
https://socket.io
MIT License
43 stars 13 forks source link

CORS Issue #7

Closed jonathanroze closed 2 years ago

jonathanroze commented 2 years ago

Hi,

How can I set CORS settings on the main http server ?

I tried several ways, no one working!

Cors are enabled on Express server, I tried to set up Cors on main http server without sticky and it's working but if I add setupMaster, it's not working anymore

Thanks