rnd256

Results 9 issues of rnd256

**Describe the Bug** When I start the docker container for the first time using the below docker compose file, the container logs the following and then exits: ``` Attaching to...

Using the example code in your readme, I can't find any trace of the `app.keys` `'some secret hurr'` actually being used to sign the cookie. I assumed it would be...

Colyseus Unity3d version: 0.14.8 (latest). It also occurs with version 0.14.7. I haven't tested other versions. Colyseus server version: 0.14.23 (latest). Occasionally, after removing a `Schema` object from a `MapSchema`,...

Colyseus Unity client version: 0.14.7 (latest) Colyseus server version: 0.14.1 (not latest, but issue is client-side) If you store a reference to a `Schema` object other than the root schema,...

🐛 bug
💅 enhancement

* `ArraySchema`'s method signatures for `GetItems()`, `GetByIndex(index)`, `ContainsKey(key)`, `GetTypeDefaultValue()`, `SetItems()`, and `InvokeOn{Add,Change,Remove}()` should use type `T`. * The `Items` member should probably be private. * It seems like there are...

💅 enhancement
🆘 help welcome

This is useful because it would be an easy way to share constants across all your Colyseus server and client platforms. Examples of what this could be used for: *...

In `OnStateChangeHandler` in Unity, I almost always find myself checking if `change.Field` matches a constant string before deciding which sub-handler to run. String matching like this is error-prone because issues...