-
Notifications
You must be signed in to change notification settings - Fork 58
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
Transport service #191
Transport service #191
Conversation
Signed-off-by: mloufra <[email protected]>
Signed-off-by: mloufra <[email protected]>
ca16689
to
c654293
Compare
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 with the minor changes requested.
Signed-off-by: mloufra <[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
@@ Coverage Diff @@
## main #191 +/- ##
============================================
- Coverage 66.66% 65.99% -0.68%
+ Complexity 106 105 -1
============================================
Files 25 25
Lines 495 497 +2
Branches 25 25
============================================
- Hits 330 328 -2
- Misses 149 152 +3
- Partials 16 17 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
* handle transportService object Signed-off-by: mloufra <[email protected]> * fix merge conflict Signed-off-by: mloufra <[email protected]> * address comment Signed-off-by: mloufra <[email protected]> Signed-off-by: mloufra <[email protected]>
Signed-off-by: mloufra [email protected]
To avoid passing the object of
extensionRunner
inExtensionsRunner
main function, move all of the required methods and variables toNettyTransport
fileAddress comment from previous PR.
Fixed the bind errors by moving the netty initialization out of the constructor in the Extensions Runner and backed out the "hack" solution from intervening PR.
Issues Resolved
#166
#116
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.