This commit is contained in:
Nathan C 2025-02-17 22:40:58 -05:00
parent 7af160d582
commit 49f33b0fd7
No known key found for this signature in database
GPG Key ID: 6094F8F8D02EA281
3 changed files with 12 additions and 7 deletions

View File

@ -18,7 +18,7 @@ namespace QuestShare.Services
internal class SocketClientService
{
private readonly string socketUrl = "http://localhost:8080/Hub";
private readonly string socketUrl = "http://sol.nate.lan:8080/Hub";
internal static HubConnection connection { get; private set; } = null!;
internal static bool IsConnected => connection.State == HubConnectionState.Connected;
internal static bool IsAuthorized { get; private set; } = false;

View File

@ -8,6 +8,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuestShare.Server", "QuestS
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuestShare.Common", "QuestShare.Common\QuestShare.Common.csproj", "{7A4BDE00-BF8F-4A09-8363-6434609B6865}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EE8C4212-4861-444C-9E4E-36DA4CC86458}"
ProjectSection(SolutionItems) = preProject
plogonmaster.json = plogonmaster.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64

View File

@ -12,11 +12,11 @@
],
"RepoUrl": "https://git.nathanc.tech/nate/QuestShare/",
"AcceptsFeedback": false,
"DownloadLinkInstall": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-1/latest.zip",
"DownloadLinkTesting": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-1/latest.zip",
"DownloadLinkUpdate": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-1/latest.zip",
"DownloadCount": 0,
"LastUpdate": "1739848677",
"DownloadLinkInstall": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-2/latest.zip",
"DownloadLinkTesting": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-2/latest.zip",
"DownloadLinkUpdate": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-2/latest.zip",
"DownloadCount": 1,
"LastUpdate": "1739848676",
"IsHide": false,
"IsTestingExclusive": false,
"IconUrl": "",
@ -25,4 +25,4 @@
"AssemblyVersion": "1.0.0.0"
}
]
]