mandrewcito / signalrcore

SignalR Core python client
https://mandrewcito.github.io/signalrcore/
MIT License
115 stars 53 forks source link

Sever-Sent-Events (SSE) connection problem #80

Open sinanurun opened 2 years ago

sinanurun commented 2 years ago

I have a problem with Sever-Sent-Events (SSE). The server we used does not support websocket. so we need to connect as Sever-Sent-Events (SSE). Can we connect with Sever-Sent-Events (SSE) other than websocket? Thank you very much in advance for your answer.

mandrewcito commented 2 years ago

Hi, Code is prepared for SSE and long polling. But implementation is not ready. It would be a nice enhancement.

sinanurun commented 2 years ago

thank you so much. You have prepared a very successful library indeed. I wish you continued success.

Suroor-Ahmmad commented 1 year ago

Is this already implemented?