pkyeck / socket.IO-objc

socket.io v0.7.2 — 0.9.x for iOS and OS X
MIT License
1.97k stars 441 forks source link

Socket transport fallback #186

Open monder opened 10 years ago

monder commented 10 years ago

If user switches the network to one that does not support websocket protocol,- reconnect with xhr explicitly. Upon a subsequent disconnect it will retry the websocket again.