TecKnow / muster-tools

A package for assigning players to tables at multi-table, walk-in gaming events.
GNU General Public License v3.0
0 stars 0 forks source link

Update client port based on environment #11

Closed TecKnow closed 3 years ago

TecKnow commented 3 years ago

https://github.com/TecKnow/muster-tools/blob/19a9e0196bf0a15e678886827ac1b4ead59448ed/muster_client/src/app/store.js#L7-L7

TecKnow commented 3 years ago

I thought this would be necessary due to issues with WebSockets and the create-react-app development proxy. It turns out the actual issue was a version mismatch in socket.io between the server and the client. The development server proxies WebSocket connections just fine. It turns out that this should not be necessary.