An open API service indexing awesome lists of open source software.

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

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`.