The ASP server-sent events stopped working on Azure both the dashing demo http://dashingdotnet.azurewebsites.net/ and the original HTML5 push sample http://techbrij.com/real-time-chart-html5-push-sse-asp-net-web-api. We’ve had a similar problem that writing the response in chunks is somehow blocked by the new Azure load balancer. I guess the only fix for this would to use another messaging mechanism (SignalR?)