-
Notifications
You must be signed in to change notification settings - Fork 172
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
fix(rpc module): close subscription task when a subscription is unsubscribed
via the unsubscribe call
#743
Merged
Commits on Apr 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8fca567 - Browse repository at this point
Copy the full SHA 8fca567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2caadf1 - Browse repository at this point
Copy the full SHA 2caadf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 804e211 - Browse repository at this point
Copy the full SHA 804e211View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad73b9c - Browse repository at this point
Copy the full SHA ad73b9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9cb04d - Browse repository at this point
Copy the full SHA d9cb04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61f85d8 - Browse repository at this point
Copy the full SHA 61f85d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ed48df - Browse repository at this point
Copy the full SHA 3ed48dfView commit details -
Merge remote-tracking branch 'origin/na-close-tasks-when-unsubscribed…
…' into na-close-tasks-when-unsubscribed
Configuration menu - View commit details
-
Copy full SHA for c715492 - Browse repository at this point
Copy the full SHA c715492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 366176a - Browse repository at this point
Copy the full SHA 366176aView commit details
Commits on Apr 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0d99095 - Browse repository at this point
Copy the full SHA 0d99095View commit details -
Revert "print subscription info; once per minute"
This reverts commit 366176a.
Configuration menu - View commit details
-
Copy full SHA for eb5f7f2 - Browse repository at this point
Copy the full SHA eb5f7f2View commit details -
use tokio::sync::watch instead of oneshot
The receiver is clonable and it's possible to check whether the sender is still alive
Configuration menu - View commit details
-
Copy full SHA for fab13ef - Browse repository at this point
Copy the full SHA fab13efView commit details -
Co-authored-by: David <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1a945b - Browse repository at this point
Copy the full SHA f1a945bView commit details -
Update core/src/server/rpc_module.rs
Co-authored-by: David <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a722d7 - Browse repository at this point
Copy the full SHA 6a722d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce7de38 - Browse repository at this point
Copy the full SHA ce7de38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23fb16f - Browse repository at this point
Copy the full SHA 23fb16fView 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.