-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 comments #8802
Fix comments #8802
Conversation
@@ -122,13 +124,15 @@ type resubscribeSub struct { | |||
waitTime, backoffMax time.Duration | |||
} | |||
|
|||
// Unsubscribe unsubscribes from subscription. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What can I say, it is a simple method to unsubscribe from the subscription :)
Codecov Report
@@ Coverage Diff @@
## develop #8802 +/- ##
===========================================
+ Coverage 60.57% 60.59% +0.01%
===========================================
Files 520 520
Lines 36256 36258 +2
===========================================
+ Hits 21961 21969 +8
- Misses 11122 11125 +3
+ Partials 3173 3164 -9 |
What type of PR is this?
What does this PR do? Why is it needed?
Which issues(s) does this PR fix?
N/A
Other notes for review