Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server-sent events aren't working anymore on Azure #14

Open
oliverheilig opened this issue Jan 20, 2014 · 6 comments
Open

Server-sent events aren't working anymore on Azure #14

oliverheilig opened this issue Jan 20, 2014 · 6 comments

Comments

@oliverheilig
Copy link

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?)

@fredtma
Copy link

fredtma commented Aug 13, 2015

Having the same issue with node + express + azure

@dobbym
Copy link

dobbym commented Aug 21, 2015

Also have the same issue with Azure using Node.js

@spiritinlife
Copy link

spiritinlife commented Aug 29, 2016

Had the same problem.
I fixed it by adding this to my web.config

<handlers>
  <!-- Indicates that the server.js file is a node.js site to be handled by the iisnode module -->
  <add name="iisnode" path="index.js" verb="*" modules="iisnode" responseBufferLimit="0" />
</handlers>

@rumit91
Copy link

rumit91 commented Apr 21, 2017

@spiritinlife that fix worked for me as well.

@CesarAntonNBCU
Copy link

I'm having this issue, fixing web.config didn't worked for me.

Any ideas on a work around or at least the reason?

Thanks!

@camous
Copy link

camous commented Feb 21, 2018

workaround worked fine !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants