-
Notifications
You must be signed in to change notification settings - Fork 559
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: distinguish between global and local transporter #356
feat: distinguish between global and local transporter #356
Conversation
dc02486
to
ec8ee2c
Compare
Codecov ReportBase: 66.53% // Head: 66.59% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #356 +/- ##
===========================================
+ Coverage 66.53% 66.59% +0.05%
===========================================
Files 89 89
Lines 8495 8507 +12
===========================================
+ Hits 5652 5665 +13
+ Misses 2482 2480 -2
- Partials 361 362 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
ec8ee2c
to
c13811e
Compare
c13811e
to
a66a93c
Compare
a66a93c
to
0c897d1
Compare
0c897d1
to
92d7ff4
Compare
What type of PR is this?
feat
Check the PR title.
(Optional) Translate the PR title into Chinese.
server 区分局部和全局 transporter
(Optional) More detail description for this PR(en: English/zh: Chinese).
en: change transporter of the hertz instance with option will not effect global transporter, vice versa. Avoid potential problems affecting other instances by modifying the transporter.
zh(optional): 修改 hertz 实例的 transporter 不会影响全局默认的 transporter,反之亦然;避免潜在的因为修改 transporter 导致影响到其他实例的问题。
Which issue(s) this PR fixes:
None