-
Notifications
You must be signed in to change notification settings - Fork 2
Optionally disable ACK and REP responses to SET requests #21
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
Open
klanclos
wants to merge
20
commits into
main
Choose a base branch
from
no_ack
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
a4959f2
Always specify the id as a keyword argument.
257484f
Honor a client request to omit the ACK response.
c7ad4fd
Honor a client request to omit the ACK response.
f3a5811
Allow arbitrary additional arguments in a payload. Use that capabilit…
dec3a21
Disable the high water mark for request/response; it was coming up wi…
9039a28
Put the client background thread back the way it was, the changes there
99ca2a0
Change the new 'ack' argument to set() to be 'response' instead.
deb8d75
Trade out the 'ack' field of the payload for 'silent'.
1b88742
Trade out the 'ack' field of the payload for 'silent'.
dcdec27
Trade out the response argument in set() for silent.
8d1a21d
Trade out the 'ack' field of the payload for 'silent'.
ca3b193
Added a comment adjacent to the call to req_handler() indicating that…
eecd838
Docstring tweak.
4bc95ff
Added a comment about potential out-of-order processing for high freq…
65b990b
Trade out the 'silent' argument for 'reply' instead.
22bd3a3
I was trying to realign that background thread with the original
3426b8e
Use a property for the 'reply' attribute on a Payload.
b278fa6
Mirror the Payload.reply attribute as Message.reply to simplify excep…
374da6c
Payload.reply is now a property (mirrored to Message.reply) to simplify
99f2e84
Merge branch 'main' into no_ack
klanclos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.