Skip to content

WIP: Allow realtime updates to be sent using Server-Sent Events

Alf Eaton requested to merge sse into master

This is working nicely, except for one big problem: the browser only allows a certain number of connections to be held open to one domain, and this is trying to open a connection for each fragment, which quickly runs out of connections.

Merge request reports