-
-
Notifications
You must be signed in to change notification settings - Fork 668
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I see onBodySent
hook was removed here #3878
We use the onBodySent
hook, we use it to "await" the request until the data was sent on the socket, then we just resolve the promise while handling the request in the background, with some fallback to queue in case request fails.
This is useful if u have to make sure data transfer completed, and u assume that in most of the cases it will be handled successfully(with some fallback if not), and we do not really care on awaiting data processing on the other side.
Looks like it is impossible to implement it now in V7.
Is it removed completely or there are plans to bing it back at some point?
tjhiggins
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request