Made a simple script that starts when you run PI. It consists of an infinite loop that sends parameters to the server.
The problem is that after an hour or two, everything stalls, although the malinka is not frozen, and the demon even seems to be hanging in memory.
What could be the problem?
while 1: doc = urllib.request.urlopen("адрес") time.sleep(600) I use raspberryPi 3 .
True?while True: pass- Shihkauskasurllib.request.urlopen("адрес", timeout=30)and then it will be seen - andreymal