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 832194e commit 8a0fd6bCopy full SHA for 8a0fd6b
src/examples/ShutdownableServer.cs
@@ -76,8 +76,10 @@ public static int Main(string[] args) {
76
using (IModel ch = conn.CreateModel()) {
77
Subscription sub = new Subscription(ch, "ShutdownableServer");
78
new ShutdownableServer(sub).MainLoop();
79
+ Console.Out.WriteLine("Returned from MainLoop.");
80
}
81
82
+ Console.Out.WriteLine("Leaving the program.");
83
return 0;
84
} catch (Exception e) {
85
Console.Error.WriteLine(e);
0 commit comments