'With Server-Sent Events (SSE) does PHP not reach the max_execution_time?

All the examples of SSE that I have looked at use an infinite while loop plus sleep cmd on the server side to fetch data and return it to the client side - does the PHP max_execution_time not come into effect here? Or am I missing something obvious?

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source