Endel Dreyer
Endel Dreyer
Closing as doesn't seem to be an issue
On version 0.15, this can be achieved like this: ```typescript import { Client } from "colyseus.js"; const client = new Client({ hostname: "us1.game.io", secure: true, port: 1234, // optional });
Thanks to @deniszykov's PR (https://github.com/colyseus/colyseus-unity-sdk/pull/210) this has been finally fixed on latest version (0.14.21)
Closing old issues, feel free to re-add if you still have this issue, preferably with a reproduction scenario
nodemon sends `SIGUSR2` when shutting down the application: https://github.com/remy/nodemon#controlling-shutdown-of-your-script
This will be fixed on https://github.com/colyseus/colyseus/issues/709
Hi @DivXPro, can you fork this environment to provide a way to reproduce the error? https://stackblitz.com/edit/colyseus-schema-issue-report?file=index.ts
Hi @hunkydoryrepair, if you can afford to migrate to version 0.15@preview there's a [deployment configuration that eliminates the need for the proxy](https://deploy-preview-120--colyseus-docs.netlify.app/colyseus/scalability/#alternative-2-without-the-proxy). Version 0.15 should be released this month, and...
That is a good catch! Gonna add this check to the proxy, thanks for sharing. I'm curious which approach you took for this "hack" as it may break if upgrading...
This works fine - could not reproduce it here. Please provide a complete example (including `package.json` and how you run the application). The real issue is likely there.