How to delete a doc when it no longer has any single client socket attached?
Open
Nobody has claimed this yet.
question
- Dominant language
- JavaScript
- Stars
- 6.5k
- Forks
- 456
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 5
Description
I need to clean up the docs in sharedb in memory db when there is any single client socket attached to them. How to delete the doc from in memory db? Thanks.
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
No file or test is named; start by tracing the in-memory database and the client-socket/document lifecycle described in the issue. Define and verify the expected cleanup behavior for a document with no attached client sockets, including how completion would be observed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100