handle network connection issues
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 44
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Ought to close and reopen the `dgram` socket on network disconnect/reconnect.
Could be an optional feature:
```js
sACN.on('close', sACN.tryReopen);
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the `dgram` socket and the `sACN` close handling, including the proposed `sACN.tryReopen` entry point. Confirm the intended behavior for network disconnect and reconnect, then verify that the socket closes and reopens successfully without disrupting sACN operation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100