Skip to content

Commit 7db279e

Browse files
committed
fix: idek osc thing
1 parent 915606b commit 7db279e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VRCFaceTracking.Core/Services/OscQueryService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private void FirstClientDiscovered()
6969
var randomServiceSuffix = Utils.GetRandomChars(6);
7070
var httpPort = Utils.GetRandomFreePort();
7171
httpHandler.SetAppName("VRCFT-" + randomServiceSuffix);
72-
httpHandler.BindTo($"http://127.0.0.1:{httpPort}/", recvEndpoint.Port);
72+
httpHandler.BindTo($"http://localhost:{httpPort}/", recvEndpoint.Port);
7373

7474
// Advertise our OSC JSON and OSC endpoints (OSC JSON to display the silly lil popup in-game)
7575
multicastDnsService.Advertise("_oscjson._tcp", new AdvertisedService("VRCFT-"+randomServiceSuffix, httpPort, IPAddress.Loopback));

0 commit comments

Comments
 (0)