Hi,
not sure if this is the right place for this topic.
We have an implementation of our software that uses SignalR, does anyone know what could block Server Sent Events from working?
Normally it would try the following in that order: WebSockets, Server Sent Events, Long Polling. WebSockets are not available since our customer has a Load Balancer with SSL offloading and other Security services we think. We'd be fine to use SSE for now.
However the first SSE call goes in a timeout after 5 seconds and then it falls back to long polling. The only issue we have is that we loose 5 seconds (its a time critical application).
Implementation works with SSE in another environment.

Regards
Daniel
MCSE - MCSA - MCP - MS - Security+ - Network+
Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.