marinasundstrom / BookStoreScraper

Scraping "Books to Scrape" in C#
2 stars 0 forks source link

Completion message is not printed in console #5

Open marinasundstrom opened 1 year ago

marinasundstrom commented 1 year ago

Probable cause: Logger doesn't always get to flush before the program exits.

The logger works by letting another thread asynchronously write buffered messages to the console.

marinasundstrom commented 1 year ago

Solution: I could remove the piece of code that automatically exist the application.