https://github.com/triformine/colyseus-error
https://github.com/triformine/colyseus-error
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/triformine/colyseus-error
- Owner: TriForMine
- Created: 2025-02-25T14:33:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-25T14:35:28.000Z (over 1 year ago)
- Last Synced: 2025-03-25T11:54:31.163Z (about 1 year ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.