How to receive GET requests during a loop?
Posted: Wed Jul 29, 2015 2:51 pm
How can I get the web server to still take GET requests when using a while loop? I am using a while true infinite loop. is there a way to restart the server? or stop it?
Im using the server.on function to call another function which contains a infinite while loop. Is there any way to still accept GET requests? Because it seems the server no longer responds to requests when using a infinite loop or during a loop. I wish i could background this loop somehow..
Im using the server.on function to call another function which contains a infinite while loop. Is there any way to still accept GET requests? Because it seems the server no longer responds to requests when using a infinite loop or during a loop. I wish i could background this loop somehow..