Skip to content
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

Open
alchemistgo87 opened this issue May 16, 2013 · 6 comments
Open

WebSocket instead of longpolling #18

alchemistgo87 opened this issue May 16, 2013 · 6 comments

Comments

@alchemistgo87
Copy link

Hi erizet,

Is it possible to implement web socket instead of long polling in the library?

@erizet
Copy link
Owner

erizet commented May 16, 2013

Of course. Just implemet a new transport instead of the SignalA.Longpolling library.
Note. I think you need IIS8 on the server side to have websocket-support.

@rnc505
Copy link

rnc505 commented Jun 25, 2013

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?

@erizet
Copy link
Owner

erizet commented Jun 26, 2013

No, it will suffice

@rnc505
Copy link

rnc505 commented Jun 26, 2013

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)?

@crathermel
Copy link

@rnc505 👍

@YasserMojahed
Copy link

Guys, Any success in this area?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants