mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add 15 seconds timeout to session and login
Add AutoTimeout class for use on login and session requests. Bug report by GamerCorey7.
This commit is contained in:
parent
ee406b233e
commit
391eca102c
3 changed files with 72 additions and 23 deletions
|
|
@ -71,6 +71,7 @@
|
|||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AutoTimeout.cs" />
|
||||
<Compile Include="ChatBots\Alerts.cs" />
|
||||
<Compile Include="ChatBots\AntiAFK.cs" />
|
||||
<Compile Include="ChatBots\AutoRelog.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue