ZedZip
ZedZip

Reputation: 6460

Fleck WebSockets behaviour

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

Answers (1)

vtortola
vtortola

Reputation: 35905

No, Fleck is just a Websocket component. You can use XSocket.net, it has long polling fallback.

Upvotes: 1

Related Questions