This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
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
Remove unnecessary using and wording
pull/1537/head
SubZero0
5 years ago
parent
6550fafea0
commit
68ec2a6d79
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/Discord.Net.Rest/Net/Queue/RequestQueue.cs
+ 1
- 2
src/Discord.Net.Rest/Net/Queue/RequestQueue.cs
View File
@@ -1,4 +1,3 @@
using Discord.Rest;
using System;
using System.Collections.Concurrent;
#if DEBUG_LIMITS
@@ -171,7 +170,7 @@ namespace Discord.Net.Queue
{ }
_masterIdentifySemaphore.Release();
#if DEBUG_LIMITS
Debug.WriteLine($"[{id}] Released identify
ticket
");
Debug.WriteLine($"[{id}] Released identify
master semaphore
");
#endif
}
Write
Preview
Loading…
Cancel
Save