Closed erichexter closed 11 years ago
Same issue here. No call backs.
I gave up on this and created a new dashboard using signalr pulling in the same client libraries
I ended up getting it working. But ya only Chrome.
What steps did you do to get it working?
On Thursday, October 24, 2013, ryan-barry wrote:
I ended up getting it working. But ya only Chrome.
— Reply to this email directly or view it on GitHubhttps://github.com/sbarski/dashing.net/issues/12#issuecomment-27019658 .
Eric Hexter
blog | http://Hex.LosTechies.com info | http://www.linkedin.com/in/erichexter
So I ended up pointing the web site to a sub directory that had the full project and augmented the eventsource path to hit the sub-dir. I had signalr working on the box for another project so I am not sure if that setup had any effect. I hopefully will get some time to repeat the setup next week.
I was able to get the dashboard running on a dev machine using IIS Express, but when I host it on IIS on an azure VM or on an Azure website, the api/events/ call never completes, it statys open ( in chrome dev tools) is there a know fix, IIS configurtion to get the SSE working on iis 8 ?