-
Notifications
You must be signed in to change notification settings - Fork 40
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
Synchronous response to client who advertises accepts_incomplete #10
Comments
@norshtein @zhongyi-zhang Any thought? |
That's true. But I think the checker does allow async or sync response. Is there anything I missed? |
From my perspective, here is the current sync/async support matrix:
So I think what @jim-minter trying to express is we should support the first option because logically it's Any thought? |
I think that reading the spec, it is permitted (implementation specific) for a broker with asynchronous capabilities to decide to send a synchronous provision/deprovision response to a client, regardless of whether the client advertises accepts_incomplete or not. I think that at the moment osb-checker doesn't bear this in mind.
The text was updated successfully, but these errors were encountered: