json-rpc-engine icon indicating copy to clipboard operation
json-rpc-engine copied to clipboard

RFC: Remove next callbacks

Open rekmarks opened this issue 4 years ago • 2 comments

Requires: #82

We don't need the next callbacks. This PR removes them. Return handlers are supported by directly returning them from the middleware instead.

rekmarks avatar Mar 28 '21 21:03 rekmarks

In reviewing #81 and the current way that middleware is processed I came to this conclusion, so even if there is another reason to do this, this makes sense just based on how this library does things anyway :)

mcmire avatar Oct 16 '23 18:10 mcmire

This library has now been migrated into the core monorepo. This PR has been locked and this repo will be archived shortly. Going forward, releases of this library will only include changes made in the core repo.

  • Please push this branch to core and open a new PR there.
  • Optionally, add a link pointing to the discussion in this PR to provide context.

MajorLift avatar Nov 07 '23 17:11 MajorLift