You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: clear timeout timer in sendAndWait to prevent process hang (#349)
When idlePromise resolved first (successful response), the setTimeout timer
kept running in the background, preventing Node.js from exiting until the
timer fired.
Fixes#136
0 commit comments