clockworklabs / clockworklabs/SpacetimeDB
Interface for modules to refuse WebSocket connections
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 25.2k
- Forks
- 1.1k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 46
Description
Possibly by returning Err or panicking in the connect reducer.
This would allow modules e.g. to forbid multiple concurrent connections from the same Identity.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the connect reducer and the module handling of Identity-based connections. Investigate how connection errors and panics are currently propagated, then determine the interface needed for a module to reject a WebSocket connection. Done should include a defined refusal behavior and coverage for multiple concurrent connections from one Identity.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100