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
I don't think I will be able to sort out all potential semver major changes in a timely fashion. Would like to make a release once the bugs (#350, #356) and existing PR's has been sorted out.
The way I see it we have the following things that might be breaking in addition to the existing PR's:
Client.busy property
Client.'drain' event
Client.dispatch method
Would like to leave that to a 3.0 version. Should we mark them experimental in the meantime or is that unnecessary?
This is a meta list for stuff to look into before 2.0 release
'error'
handler while queued in pool #356'abort'
handler while queued in pool #350onConnect
be invoked again when retried due to head of line failure? (current behavior). YESstream
,pipeline
,request
. refactor: signal and timeout + remove Client requestTimeout option #349onBody
to return nully?assert(!this.aborted)
.3.0
onInit
=>onPending
andonConnect
=>onRunning
?Client
"busy" API needs to be changed or improved to allow further pipeline scheduling (i.e. Pool) experimentation in userland.The text was updated successfully, but these errors were encountered: