You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: