yada

mccraigmccraig 2018-10-05T10:09:24.000100Z

i've been using websockets with the plain aleph support on the api-side and chord on the client without any issues

borkdude 2018-10-05T15:29:47.000100Z

@mccraigmccraig do you have any sample code @nha and I could look at?

2018-10-05T15:30:39.000100Z

I have websockets working though sente (looks like it wasn’t clear above). It’s the polling part that isn’t working for me, and sente doesn’t have plans to support SSE (I asked)

2018-10-05T15:33:16.000100Z

so what I do for now is that I force sente’s connection to :ws instead of :auto, and the code I posted above will work