Closed rhuss closed 6 years ago
https://github.com/syndesisio/syndesis-ui/pull/1112 switches us back to using server sent events. It does not have as good Browser coverage but show work better for now.
https://github.com/syndesisio/syndesis-openshift-templates/pull/136 will be needed too so that the long polls last longer than 5ms.
Seems to be fixed ? Is the current solution also the final solution ?
Seems to be working OK, i'm still going to look at adding in websocket support to oauth proxy though.
I think we still need websocket support since that will give us more browser coverage.
Removin TP2 label as we have a workaround for TP2, but keep the issue open for 'real' websocket support.
@chirino btw, the only browser not supporting SSE is Internet Explorer / Edge. But there is a nice shim for SSE support even for those platforms, so might makes sense to explore that as a more robust solution.
Guess its due to the OAuth switch.