Is the statement "server.handleClient();" in the MyAPServer loop persistently called? It appears so. That would mean it is checked 125 or 500 times each blink. If so, that would look like a persistent connection I was looking for. Further, that would lead me to think that I could leave the client connection on full time during a data collection session. Would that be okay?
Is the statement "server.handleClient();" in the MyAPServer loop persistently called? It appears so. That would mean it is checked 125 or 500 times each blink. If so, that would look like a persistent connection I was looking for. Further, that would lead me to think that I could leave the client connection on full time during a data collection session. Would that be okay?