Skip to content

Also check Answers for records#59

Merged
momo-the-monster merged 1 commit into
vrchat-community:mainfrom
ImUrX:fix-record-lookup
Aug 1, 2025
Merged

Also check Answers for records#59
momo-the-monster merged 1 commit into
vrchat-community:mainfrom
ImUrX:fix-record-lookup

Conversation

@ImUrX

@ImUrX ImUrX commented Mar 12, 2024

Copy link
Copy Markdown
Contributor

Fixes #58

@github-actions

github-actions Bot commented Mar 12, 2024

Copy link
Copy Markdown

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

@ImUrX

ImUrX commented Mar 12, 2024

Copy link
Copy Markdown
Contributor Author

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
Copy Markdown
Contributor 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

@ImUrX ImUrX Mar 12, 2024

Copy link
Copy Markdown
Contributor Author

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
Copy Markdown

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
Copy Markdown
Contributor 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
Copy Markdown

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
Copy Markdown
Contributor 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

@ImUrX ImUrX force-pushed the fix-record-lookup branch from 0e61b4a to 39a34e5 Compare March 12, 2024 15:46
@ImUrX

ImUrX commented Sep 16, 2024

Copy link
Copy Markdown
Contributor Author

it would be nice to merge this as it will fix VRChat desktop working with SlimeVR OSCQuery's implementation

dfgHiatus added a commit to dfgHiatus/vrc-oscquery-lib that referenced this pull request Dec 4, 2024
@Erimelowo

Copy link
Copy Markdown

@momo-the-monster any hope in getting this merged one day?

@momo-the-monster momo-the-monster left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thank you for the ping! Soon™️ is NOW

@momo-the-monster momo-the-monster merged commit bc2d69d into vrchat-community:main Aug 1, 2025
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 1, 2025
@ImUrX ImUrX deleted the fix-record-lookup branch September 5, 2025 18:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MeaMod implementation ignores answers that include SRV records

4 participants