libSSE-php icon indicating copy to clipboard operation
libSSE-php copied to clipboard

It's an easy-to-use, object-orienlated library for Server-Sent Events

Results 2 libSSE-php issues
Sort by recently updated
recently updated
newest added

Hello, I implemented your example for my symfony 4.4 project. It works but unfortunately, I have to wait about 30s before the first console.log()'s happen in the client. Is this...

Maybe we can use the PHP function `connection_aborted()` to check if user close the page,if page is close, we can break the loop ?