Skip to content

Commit

Permalink
Update apps
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvister committed Sep 25, 2018
1 parent be5e8ba commit fad60f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/BinanceCodeGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ private static async Task Main()
// Save the generated source code (replacing original).
await File.WriteAllLinesAsync("../../../../../src/Binance/Asset.cs", lines);

Console.WriteLine("Successfully generated new Symbol.cs and Asset.cs files.");
Console.WriteLine();
Console.WriteLine(" ...press any key to close window.");
Console.ReadKey(true);
Expand Down
1 change: 1 addition & 0 deletions samples/BinanceConsoleApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public static async Task Main(string[] args)
User?.Dispose();

ClientManager?.Dispose();
UserDataManager?.Dispose();

lock (ConsoleSync)
{
Expand Down

0 comments on commit fad60f9

Please sign in to comment.