Skip to content
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

Also check Answers for records #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ImUrX
Copy link

@ImUrX ImUrX commented Mar 12, 2024

Fixes #58

Copy link

github-actions bot commented Mar 12, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@ImUrX
Copy link
Author

ImUrX commented Mar 12, 2024

I have read the CLA Document and I hereby sign the CLA

Comment on lines +26 to +31
if (_discovery != null)
{
foreach (var profile in _profiles.Keys.ToArray())
Unadvertise(profile);

_discovery.Dispose();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idk what these are, seems like Rider fixed the indentation but I don't see any difference. Maybe I'm blind

Copy link
Author

@ImUrX ImUrX Mar 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I force-pushed and this time I edited by hand, this seems to be a git merge commit thing lol

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hiding whitespace hides these, if it's not indentation then it might be git modifying the line endings on account of weird git configuration

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, you probably right. I'm in Linux and this repository probably uses LF only, right?

I have core.autocrlf=input

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$ file vrc-oscquery-lib/vrc-oscquery-lib/Zeroconf/ZeroconfTypes.cs
vrc-oscquery-lib/vrc-oscquery-lib/Zeroconf/ZeroconfTypes.cs: Unicode text, UTF-8 (with BOM) text, with CRLF line terminators
$ file vrc-oscquery-lib/vrc-oscquery-lib/Zeroconf/MeaModDiscovery.cs
vrc-oscquery-lib/vrc-oscquery-lib/Zeroconf/MeaModDiscovery.cs: Unicode text, UTF-8 (with BOM) text, with CRLF, LF line terminators

looks like it might not be standardized in the file anyways. Hmm...

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, it should be solved in another PR. And probably added inside the .gitattributes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MeaMod implementation ignores answers that include SRV records
2 participants