ASP.NET Server-Sent-Events: WPF Application is getting data or browser is getting data, but not booth
I have set up a ASP.NET Server on localhost
.
When I try to fetch data from my WPF Application, it is recieved. But when I also want to fetch the data from my browser, the datastream from the WPF App is interrupted. When I restart the WPF App, the browsers connection is interrupted or the browser is not loading data anymore.