Hello. I have a little problem.
Seems that Internet Applications stops if I change the screen or the browser tab.
For example I run a Python code (with PyScripter) that must connect to the googletrans library. I have more than 1500 files to translate continuously. If I stay on the PyScripter Screen, it does the translate continuously, page by page.
But if I want to work in the same time in other application, for example to scan something, to check internet on chrome, to use notepad++, after several minutes I get an error on PyScripter program. It seems to have lost its internet connection, and stops the debugger because of this.
The same thing happens when I use "Teleport Pro" to save some files from internet. If I don't stack on the screen of the program, and try to work with another application, it stops the downloading. And when I am on it again, it starts the download.
So, it seems that internet stops if the program/software pass a few minutes in the background. So I have to stay on that program, without change it to another application if I want not to stop the internet. Something like that is happen.
what do i have to do to stop this from happening?