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

https://github.com/triformine/colyseus-error


https://github.com/triformine/colyseus-error

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Colyseus Error Reproduction

This repository demonstrates a server crash issue in Colyseus.

## Steps to Reproduce

1. Install dependencies:
```bash
bun install
```

2. Start the server:
```bash
bun server
```

3. In a separate terminal, start the client:
```bash
bun client
```

The server will crash when these steps are followed in order.

## Expected Behavior
The server should handle the client connection without crashing.

## Actual Behavior
The server crashes upon client connection attempt.