summaryrefslogtreecommitdiff
path: root/src/play.rs
AgeCommit message (Collapse)Author
2026-06-09Maintain weak references to sessions for play socketsJomar Milan
Changes in this commit have somewhat mollified my code-smell-o-meter.
2026-06-09Add player hand display in browserJomar Milan
2026-06-07Use RwLock for sessions in app stateJomar Milan
2026-06-07Respond with hand data after handshakeJomar Milan
2026-06-02Implement play websocket handshakeJomar Milan