-
Notifications
You must be signed in to change notification settings - Fork 63
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
Error trying to connect http server with socket.io #25
Comments
io('https://server.ip:1234', { transports: ['websocket'] }); Need to use websocket transport only. Thanks.
|
https is required? I tried with your reformatted socket.io. Can't find variable: OS_IOS. Where I can set the variable? |
You need to use the Alloy project template, otherwise just define your own Do the same for OS_ANDROID too. On Wed, 30 Mar 2016 9:00 am Lorenzo [email protected] wrote:
|
@xChat This option doesn't work the issue cause the versions did u find any solutions ? |
I'm trying to use that library but it get error when I try to connect with socket.io
[INFO] : error!"{"code":0,"message":"Transport unknown"}"
[INFO] : error!"HTTP error"
How can help me?
The text was updated successfully, but these errors were encountered: