-
Notifications
You must be signed in to change notification settings - Fork 84
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
MulticastService optimizations #35
MulticastService optimizations #35
Conversation
eshvatskyi
commented
Nov 6, 2018
- fixed AnswersContainsAdditionalRecords functionality
- fixed using MulticastService with multiple NICs
- removed exploring networks by timers instead used NetworkChange.NetworkAddressChanged
It appears that this PR is not based on the latest bits. The recently sent logic has been removed! You will need to rebase the PR. |
@eshvatskyi Good find on |
yes, it is |
done. Also please check GetIPAddresses method, looks like it should be default return only InterNetwork adressses |
@richardschneider I've tried to fix all timeout issues from test, but looks like this is non windows specific issues. Please let me know if you can go thought with me |
- fixed using MulticastService with multiple NICs - removed exploring networks by times, instead used NetworkChange.NetworkAddressChanged
Lots of issues here. I especially don't like breaking the Interface (removing IDisposable) and changing all tests. This means all dependent packages are broken. I feel that maintaining multiple senders is wrong. Multiple NICs are already suppported (see #15 and #12). If you disagree, please raise an issue describing the problem. I suggest that you proceeded by creating two new PRs
I do appreciate the work you are doing. Please continue. |
np, but it's not working with multiple nic as expected. |
|