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.
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
[ECO-5009][CHA-RL1] Room ATTACH with retry #33
[ECO-5009][CHA-RL1] Room ATTACH with retry #33
Changes from all commits
6d2d24c
d018b0d
99c7363
3067774
8ffabb1
5b321c6
7943aba
21ac68a
0d7f9a9
ba0f81e
5daeaf3
899363b
102513c
572fd8d
da00860
be11428
a68a2a7
a5e837c
5dfb474
e0d5dab
0460c5c
b5a5e54
164f500
b1a68de
bf60d1c
98f38c1
0013be5
2b62982
f091c71
1eded83
6718da2
95a6a2c
3fdfd39
d9094b5
4fe42d6
7405d9c
456224b
ce9c0ba
d689419
62a5dae
7718ad2
23e39fa
c874b5b
0aac6ed
fc3983c
290fb84
d0d2c9c
9d6b1a9
05f4397
e9f3335
6e3145f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
🛠️ Refactor suggestion
Address potential robustness issues in DiscontinuityEmitter
The implementation has several areas that could be improved for better robustness:
final
as it's not designed for inheritanceargs[0]
Consider applying these improvements:
📝 Committable suggestion
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.
By default all kotlin classes are final right?
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.
@sacOO7, you're absolutely right—Kotlin classes are
final
by default unless marked asopen
, so adding thefinal
modifier is redundant. Thank you for clarifying that!✏️ Learnings added
This file was deleted.