groupActivityOf fails with fast events (or something)
Open
bug
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
**Shared Program**: https://code.world/haskell#PySpd_fhz7PMTpiViNhV1Fg
**Description**
I was trying to write a freeze tag game played by several players. Unfortunately only the movements of the player 0 actually propagate. Movements of player 1 register in a trace, but even when only one player is moving, player 0 sees traces from both players as if they are both moving. I do not know the architecture of multiplayer activities, but it seems like player 0 acts as a server for the other players and that is failing to apply movements from other players and propagate them correctly.
Contributor guide
Assessment
This issue has not been assessed yet.