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..