-
Notifications
You must be signed in to change notification settings - Fork 84
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
Pass IDLE responses to caller. #186
Merged
Merged
Commits on Mar 28, 2021
-
Implement a method to pass unilateral responses while IDLE.
While IDLE, the server sends unilateral responses to notify the client of changes to the mailbox as they happen. Instead of always exiting the IDLE on any change, allow the caller to pass a callback function which receives the messages and returns an action to either Continue IDLE or Stop and exit. For clients wishing to use the previous behaviour, a callback_stop convenience function is provided that terminates the IDLE on any change to the mailbox.
Configuration menu - View commit details
-
Copy full SHA for 529401a - Browse repository at this point
Copy the full SHA 529401aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2874bfd - Browse repository at this point
Copy the full SHA 2874bfdView commit details
Commits on Apr 5, 2021
-
Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
Configuration menu - View commit details
-
Copy full SHA for c9b7c0a - Browse repository at this point
Copy the full SHA c9b7c0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e3f087 - Browse repository at this point
Copy the full SHA 5e3f087View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbff7d4 - Browse repository at this point
Copy the full SHA bbff7d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb38142 - Browse repository at this point
Copy the full SHA bb38142View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a7c91 - Browse repository at this point
Copy the full SHA e8a7c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8bd1e4 - Browse repository at this point
Copy the full SHA b8bd1e4View commit details -
Add helper function to transform a vec of flag strings into a vec of …
…Flags. Also use it where we were previously iterating manually.
Configuration menu - View commit details
-
Copy full SHA for e1db863 - Browse repository at this point
Copy the full SHA e1db863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 064c2e0 - Browse repository at this point
Copy the full SHA 064c2e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff39ebf - Browse repository at this point
Copy the full SHA ff39ebfView commit details
Commits on Apr 7, 2021
-
Improve documentation around unhandled responses.
UnsolicitedResponse is not exhaustive, and open an issue if you find one that isn't handled.
Configuration menu - View commit details
-
Copy full SHA for 9126d3c - Browse repository at this point
Copy the full SHA 9126d3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11adcfc - Browse repository at this point
Copy the full SHA 11adcfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5942553 - Browse repository at this point
Copy the full SHA 5942553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eb2cfd - Browse repository at this point
Copy the full SHA 7eb2cfdView commit details
Commits on Apr 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for efa02f0 - Browse repository at this point
Copy the full SHA efa02f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2d7919 - Browse repository at this point
Copy the full SHA f2d7919View commit details -
Configuration menu - View commit details
-
Copy full SHA for 584c954 - Browse repository at this point
Copy the full SHA 584c954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 692dcdd - Browse repository at this point
Copy the full SHA 692dcddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4232c77 - Browse repository at this point
Copy the full SHA 4232c77View commit details
Commits on Apr 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 08de336 - Browse repository at this point
Copy the full SHA 08de336View commit details
Commits on Apr 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1cabb3b - Browse repository at this point
Copy the full SHA 1cabb3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48db461 - Browse repository at this point
Copy the full SHA 48db461View commit details
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.