-
Notifications
You must be signed in to change notification settings - Fork 37
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
Expose servus_host and servus_port keys #82
base: master
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
Gah, hold on a sec. The pre-commit clang-format mangled this one. |
8054efe
to
8117ff0
Compare
Good to go |
@eile Thank you for PR. This really helps us. |
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.
This PR helps us to get currently missing port during browsing. Thank you.
retest this please |
|
@eile I have verified your PR between MAC and Linux in my fork, branch "host_port_test". Apps "SampleAnnounce" and "SampleBrowserAsync". All works perfectly. my result from SampleBrowserAsync:
Going to try Windows as well. |
Modified:
to
This error doesn't appear with "clang" neither "msvc" in windows. using clang version 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
|
@eile issue:
you can see my branch created from your PR: Tested on MAC and Windows. |
Why not using the function htons? It's available in Linux, Mac and Windows |
Addressed issues. |
retest this please |
Test fails on Debug&Release for Ubuntu&RedHat:
|
The test driver instanceRemoved() passed an empty string for the instance name since the object behind the pointer is gone at this point.
@tribal-tec Fixed, and a bit more in dfd765b |
No description provided.