-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reliable.DispatcherService use context instead of 2 methods #3402
Comments
If revisiting this code, also removing Bind Address from the API would be useful. |
Maybe |
What do you think: From
to
|
I think we can simplify even more. In #3136 (comment) I suggested:
I think there are a few improvements that we can make to that suggestion. @matzf also suggested we make Also, I think the returned address is superfluous; it can be extracted easily via Putting it all together, we get:
What are your thoughts about ^? Also, |
reliable.DispatcherService
interface has 2 methods on without timeout one with timeout. We should refactor to a single method which takes a context as first argument.The text was updated successfully, but these errors were encountered: