-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebSocket instead of longpolling #18
Comments
Of course. Just implemet a new transport instead of the SignalA.Longpolling library. |
How could we do this? Use a websocket library (maybe like this https://github.com/tavendo/AutobahnAndroid) and create a new ITransport subclass or is there more to it than that? |
No, it will suffice |
I apologize, I'm a little confused. How can I integrate the websocket library, such that it is still very much a "SignalR" component, where if Sockets don't work/aren't enabled, it would fall back onto ServerSideEvents and then long polling (I could also look into a SSE library for integration)? |
@rnc505 👍 |
Guys, Any success in this area? |
Hi erizet,
Is it possible to implement web socket instead of long polling in the library?
The text was updated successfully, but these errors were encountered: