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.
2 parents 10dd5c4 + fc686a7 commit a46c145Copy full SHA for a46c145
IntegrationEngine/MessageQueue/RabbitMQListener.cs
@@ -32,7 +32,7 @@ public RabbitMQListener()
32
shouldTerminate = false;
33
}
34
35
- void Dispose()
+ public void Dispose()
36
{
37
shouldTerminate = true;
38
listenerThread.Join();
0 commit comments