Add the esockd:reopen/3 interface
Open
- Dominant language
- Erlang
- Stars
- 215
- Forks
- 86
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 7
Description
```
-spec reopen(atom(), listen_on(), [option()]) -> {ok, pid()} | {error, term()}).
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue provides only the reopen/3 type specification, with no file or test named. Locate the existing esockd public interfaces and related tests, then determine where this signature belongs and how completion should be verified: the interface accepts an atom, listen_on(), and options and returns {ok, pid()} or {error, term()}.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- erlang
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100