-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add EnableDataChannelBlockWrite to SettingEngine #2968
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2968 +/- ##
==========================================
+ Coverage 77.73% 77.79% +0.05%
==========================================
Files 89 89
Lines 10521 10526 +5
==========================================
+ Hits 8179 8189 +10
+ Misses 1850 1845 -5
Partials 492 492
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ffe4531
to
a81adc8
Compare
The API check complains compatibility issues but they should be ok for existed codes, any suggestion on this change? @Sean-Der |
a81adc8
to
83fc858
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!
83fc858
to
d3740eb
Compare
@cnderrauber Could we do API break I believe could be a problem. Users could have code that returns a |
The settingengine can enabled block write if datachannel is detached, makes it working like a normal net.Conn.
d3740eb
to
1875e19
Compare
The settingengine can enabled block write if
datachannel is detached, makes it working like
a normal net.Conn.
Description
Reference issue
Fixes #...