Improve async and reconnect stability. Added support for websocket 1012

This commit is contained in:
RogueException
2015-12-26 03:58:43 -04:00
parent 75174e67bd
commit 375c25c813
10 changed files with 62 additions and 29 deletions

View File

@@ -509,6 +509,9 @@
<Compile Include="..\Discord.Net\Net\TimeoutException.cs">
<Link>Net\TimeoutException.cs</Link>
</Compile>
<Compile Include="..\Discord.Net\Net\WebSocketException.cs">
<Link>Net\WebSockets\WebSocketException.cs</Link>
</Compile>
<Compile Include="..\Discord.Net\Net\WebSockets\GatewaySocket.cs">
<Link>Net\WebSockets\GatewaySocket.cs</Link>
</Compile>