Write after Reset should return an error
Open
Nobody has claimed this yet.
bug
- Dominant language
- Go
- Stars
- 149
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
Once a stream has been reset, calling Write should throw an error.
Contributor guide
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
Locate the stream's Reset and Write entry points, then inspect the existing stream tests and error-handling conventions. Reproduce the behavior with a reset stream and add coverage showing that a subsequent Write returns an error; done means the test passes and normal writes remain unaffected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100