This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fixed an oversight clearing session data upon any disconnect. (
#2485
)
pull/2487/head
Quahu
GitHub
2 years ago
parent
a4d34f6947
commit
c7ac59d892
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
src/Discord.Net.WebSocket/DiscordSocketClient.cs
+ 0
- 4
src/Discord.Net.WebSocket/DiscordSocketClient.cs
View File
@@ -352,10 +352,6 @@ namespace Discord.WebSocket
if (guild.IsAvailable)
await GuildUnavailableAsync(guild).ConfigureAwait(false);
}
_sessionId = null;
_lastSeq = 0;
ApiClient.ResumeGatewayUrl = null;
}
/// <inheritdoc />
Write
Preview
Loading…
Cancel
Save