json-rpc-engine
json-rpc-engine copied to clipboard
RFC: Remove next callbacks
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.
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 :)
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.