https://github.com/endel/colyseus-remote-room-timeout
This example demonstrates the issue #174
https://github.com/endel/colyseus-remote-room-timeout
Last synced: 6 months ago
JSON representation
This example demonstrates the issue #174
- Host: GitHub
- URL: https://github.com/endel/colyseus-remote-room-timeout
- Owner: endel
- Created: 2018-09-17T14:23:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T14:49:58.000Z (almost 8 years ago)
- Last Synced: 2025-04-06T00:11:28.329Z (over 1 year ago)
- Language: HTML
- Homepage: https://github.com/gamestdio/colyseus/issues/174
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reproducing [colyseus#174](https://github.com/gamestdio/colyseus/issues/174)
To run this locally, make sure you have `redis-server` running.
```
npm install
npm start
```
To see server-side logs, run `npx pm2 logs`.
The problem can't be observed on Colyseus version `0.9.16-alpha.2`.