-
Notifications
You must be signed in to change notification settings - Fork 41
Implement long polling transport #62
Comments
I have successfully used SignalR-Cpp to connect some C++ applications to an ASP.NET web application with IIS 8. It works really great! It would be even better if I could support some existing installations with IIS 7.5 which does not have web sockets. Are there any plans to support the long polling transport in the near future? |
@nicolasr75 we don't have any specific timeline at the moment. |
OK. Thanks anyway, I think you did a great job with this project! |
Any update on long polling? We've got web sockets doing great things but need to support older OS's / servers. |
Any update on long polling? We know of many scenarios where firewalls will not allow an upgrade of the http connection to WebSockets so we need the possibility to use a fallback or SignalR is no alternative for us? |
@moozzyk Do you happen to have a rough estimate of how much effort it would be to support Long Polling? We'd urgently need a native SignalR client with fallback support, and we'd think about implementing it ourselves. |
My rough estimate would be ~2 weeks but I think there might be a few tricky spots. |
I see some work (aspnet/SignalR-Client-Cpp@4eabfb4) has been done since your last comment here. I assume that was just a small bit of work against the 2 week estimate? |
Yeah. I started looking at this some time ago but have been busy with other things. |
Hello, everyone. |
This Repo is for ASP.NET SignalR and will likely have very little code changes in the future. Work on the new client for ASP.NET Core SignalR is located at the repo you linked. |
No description provided.
The text was updated successfully, but these errors were encountered: