We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d5c6e commit 510d850Copy full SHA for 510d850
PubSub.Tests/CoreHubTests.cs
@@ -86,6 +86,7 @@ public void Publish_CleansUpBeforeSending()
86
87
// assert
88
Assert.AreEqual(1, hub.handlers.Count);
89
+ GC.KeepAlive(liveSender);
90
}
91
92
0 commit comments