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
feat: Wait for msgs to be processed before emitting stopped (#454)
* feat: Wait for msgs to be processed before emitting stopped
* chore: Update README with waitForInFlightMessages info
* fix: Await final poll for graceful shutdown
* refactor: Rename waitForInFlightMessagesMs to pollingCompleteWaitTimeMs and move to constructor
* chore: Rename waitForInFlightMessagesToComplete to waitForPollingToComplete
* refactor: Use setTimeout instead of Promise/loop in waitForPollingToComplete
* chore: Remove outdated info from README
* chore: Rename beganWaitingForStop to stopRequestedAtTimestamp
0 commit comments