mafintosh / mafintosh/duplex-json-stream
Events not triggering
Open
- Dominant language
- JavaScript
- Stars
- 44
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
These events are not triggering
``` javascript
client.on('error', onError)
client.on('connect', onConnect)
```
**on end** and **on data** seem to be working fine though
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported client.on('error') and client.on('connect') behavior, comparing it with the working on end and on data events. Trace the event-handling entry points and determine what change would make error and connect fire as expected, then verify the behavior with a focused regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100