update
This commit is contained in:
parent
7af160d582
commit
49f33b0fd7
@ -18,7 +18,7 @@ namespace QuestShare.Services
|
|||||||
|
|
||||||
internal class SocketClientService
|
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 HubConnection connection { get; private set; } = null!;
|
||||||
internal static bool IsConnected => connection.State == HubConnectionState.Connected;
|
internal static bool IsConnected => connection.State == HubConnectionState.Connected;
|
||||||
internal static bool IsAuthorized { get; private set; } = false;
|
internal static bool IsAuthorized { get; private set; } = false;
|
||||||
|
|||||||
@ -8,6 +8,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuestShare.Server", "QuestS
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuestShare.Common", "QuestShare.Common\QuestShare.Common.csproj", "{7A4BDE00-BF8F-4A09-8363-6434609B6865}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuestShare.Common", "QuestShare.Common\QuestShare.Common.csproj", "{7A4BDE00-BF8F-4A09-8363-6434609B6865}"
|
||||||
EndProject
|
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
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|x64 = Debug|x64
|
Debug|x64 = Debug|x64
|
||||||
|
|||||||
@ -12,11 +12,11 @@
|
|||||||
],
|
],
|
||||||
"RepoUrl": "https://git.nathanc.tech/nate/QuestShare/",
|
"RepoUrl": "https://git.nathanc.tech/nate/QuestShare/",
|
||||||
"AcceptsFeedback": false,
|
"AcceptsFeedback": false,
|
||||||
"DownloadLinkInstall": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-1/latest.zip",
|
"DownloadLinkInstall": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-2/latest.zip",
|
||||||
"DownloadLinkTesting": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-1/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-1/latest.zip",
|
"DownloadLinkUpdate": "https://git.nathanc.tech/nate/QuestShare/releases/download/alpha-2/latest.zip",
|
||||||
"DownloadCount": 0,
|
"DownloadCount": 1,
|
||||||
"LastUpdate": "1739848677",
|
"LastUpdate": "1739848676",
|
||||||
"IsHide": false,
|
"IsHide": false,
|
||||||
"IsTestingExclusive": false,
|
"IsTestingExclusive": false,
|
||||||
"IconUrl": "",
|
"IconUrl": "",
|
||||||
@ -25,4 +25,4 @@
|
|||||||
"AssemblyVersion": "1.0.0.0"
|
"AssemblyVersion": "1.0.0.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user