-
Notifications
You must be signed in to change notification settings - Fork 88
feat: adds factory pattern for relay class, to support future redis client … #4471
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
feat: adds factory pattern for relay class, to support future redis client … #4471
Conversation
…inclusion; create initialize methods for server and websocket Signed-off-by: Konstantina Blazhukova <[email protected]>
Test Results 20 files ±0 265 suites ±0 28m 59s ⏱️ + 8m 6s For more details on these failures, see this check. Results for commit 071aa7c. ± Comparison against base commit c2c0cd4. ♻️ This comment has been updated with latest results. |
Signed-off-by: Konstantina Blazhukova <[email protected]>
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.
looking okay so far. Couple of items
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
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.
Just some items seem out side the scope of the PR without explanation so I kept asking around.
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
Should we also replace |
Signed-off-by: Konstantina Blazhukova <[email protected]>
@simzzz fixed |
Signed-off-by: Konstantina Blazhukova <[email protected]>
Signed-off-by: Konstantina Blazhukova <[email protected]>
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.
LGTM
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #4471 +/- ##
=======================================
Coverage 96.22% 96.23%
=======================================
Files 121 121
Lines 19943 20001 +58
Branches 1752 1756 +4
=======================================
+ Hits 19191 19247 +56
- Misses 733 735 +2
Partials 19 19
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Description
This PR introduces the usage of an init method for initialization of the Relay class instead of using the constructor.
This allows us doing asynchronous operations, like creating a redis client on creation
Related issue(s)
Fixes #4470
Changes from original design (optional)
N/A
Additional work needed (optional)
N/A
Checklist