ably / ably-java

Java, Android, Clojure and Scala client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
85 stars 39 forks source link

Add fallback transport support #121

Open mattheworiordan opened 8 years ago

mattheworiordan commented 8 years ago

If WebSockets are not supported, potentially when using a Proxy, we may need to consider adding fallback transport support like our ably-js library. One to review if this need arises.

┆Issue is synchronized with this Jira Task by Unito

mattheworiordan commented 8 years ago

Java Engine.io client or Java SockJS client may be worth considering, depending on the implications for us to support that protocol