Enhancement: server to exit after client disconnect
Open
Nobody has claimed this yet.
question
- Dominant language
- Go
- Stars
- 16.6k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
usecase:
while true; do
chisel server ..
do_some_cleanup
done
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 from the chisel server entry point and trace how the server observes client disconnects and terminates. The change is done when the server exits after the client disconnects, allowing the following do_some_cleanup command in the shown shell loop to run; no files or tests are identified in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100