When running the console application in Windows 10, you may experiece issue, that application stops monitoring website. This is the new behavior of new Windows 10 Console. It has the Quick Edit Mode enabled by default.
I've tried disabling it, using SetConsoleMode, but it doesn't seem to react.
One solution would be to migrate to Windows Service (but loosing all colorful status messages :( ), but currently just don't click inside the window. If you did, pressing enter unfreezes application.
When running the console application in Windows 10, you may experiece issue, that application stops monitoring website. This is the new behavior of new Windows 10 Console. It has the Quick Edit Mode enabled by default.
I've tried disabling it, using SetConsoleMode, but it doesn't seem to react. One solution would be to migrate to Windows Service (but loosing all colorful status messages :( ), but currently just don't click inside the window. If you did, pressing enter unfreezes application.