Revert "Added experimental async event handlers"

This reverts commit 7237c6b3bf.
This commit is contained in:
RogueException
2015-12-02 10:01:24 -04:00
parent c52c9d697d
commit 142c03a1c2
19 changed files with 441 additions and 672 deletions

View File

@@ -9,7 +9,7 @@ namespace Discord.Tests
{
//TODO: Tests are massively incomplete and out of date, needing a full rewrite
/*[TestClass]
[TestClass]
public class Tests
{
private const int EventTimeout = 5000; //Max time in milliseconds to wait for an event response from our test actions
@@ -167,5 +167,5 @@ namespace Discord.Tests
{
Task.WaitAll(tasks.Where(x => x != null).SelectMany(x => x).ToArray());
}
}*/
}
}