Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Differential
D4803
Diff 13758
src/app/Http/Controllers/SSEController.php
Changeset View
I don't think there is a way to reliably detect dropped connections without sending some data (there's tcp keepalive, which sends data, but I'm not sure we can rely on that here).
If we want to guarantee delivery of notifications there needs to be a protocol for acknowledgement from the client and retransmission otherwise.