Reputation: 6460
SignalR documentation says:
SignalR uses the new WebSocket transport where available, and falls back to older transports where necessary
Does Fleck have something like this or it uses always own implementation?
Upvotes: 0
Views: 125
Reputation: 35905
No, Fleck is just a Websocket component. You can use XSocket.net, it has long polling fallback.
Upvotes: 1