Removed the exists method since the existence check wasn't quite reliable; moved it to the dispatcher itself.
This PR allows middleware to query serviceMethod and serviceInstance even when the specified service name and method are invalid. The middleware will now get a possibly undefined result which they need to handle accordingly.
Removed the exists method since the existence check wasn't quite reliable; moved it to the dispatcher itself.
This PR allows middleware to query serviceMethod and serviceInstance even when the specified service name and method are invalid. The middleware will now get a possibly
undefined
result which they need to handle accordingly.