-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
is there any plan on the client for multiple platform support? #1666
Comments
You can look into these for native clients: https://github.com/nkzawa/socket.io-client.java Not aware of any WP native solutions, but I'm sure there's something. |
Thanks, but they are not that finished. |
@calidion Regarding Java client, only a few known issues exists for Android in the current release. I will fix them asap. Sorry for inconvenience. |
@nkzawa , thanks for the cool lib. |
@calidion It uses xhr-polling as an initial transport by default, and attempts to upgrade to websocket afterward (the same behavior with JS client). Please create new issues if you have any other problems: |
@nkzawa |
@calidion Could you give me the details of you problem? |
i am using socket.io in openshift. if i put the server inside in the intranet both work fine. but when uploading to openshift. both won't work. the server side produce the following messages repeatedly on reconnecting:
|
@calidion Is that the same issue with socketio/socket.io-client-java#15 ? If so, try just released v0.1.2. Additionally, it looks like that there are some restrictions to websocket on Openshift. https://www.openshift.com/blogs/paas-websockets |
Yes, that's why i want to know if there are xhr-polling options to use xhr-polling instead of websocket |
If you want to use only polling, try the following:
|
what version are you referring to ? |
sorry, i will try yours instead. |
Currently there are no plans to have any "official" clients other than the JS client, but there are plenty in the community for different environments. |
Android, iOS, WP?
The text was updated successfully, but these errors were encountered: