Skip to content
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

support for 0.9 #18

Open
hayesmaker opened this issue Aug 24, 2012 · 4 comments
Open

support for 0.9 #18

hayesmaker opened this issue Aug 24, 2012 · 4 comments

Comments

@hayesmaker
Copy link

is 0.9 supported in the beta .swc as well?

where is the downloads section to get the beta.swc?

@simb
Copy link
Owner

simb commented Aug 24, 2012

I'll be honest, I have not tried it with 0.9. Have you? If you find that it doesn't work, let me know and I can see what I can do. I have not been working on any projects lately that require this lib.

Thanks.

@hayesmaker
Copy link
Author

Well I added my own logging to the framework.. and it makes a handshake,
doesn't connect, then closes the connection.. Not sure if the we're using
the server side incorrectly or it is an issue with compatibility.

Would be great if we could get it to work, otherwise we're gonna have to
ditch flash and use js and phonegap :S

On Fri, Aug 24, 2012 at 5:24 PM, Simeon Bateman notifications@github.comwrote:

I'll be honest, I have not tried it with 0.9. Have you? If you find that
it doesn't work, let me know and I can see what I can do. I have not been
working on any projects lately that require this lib.

Thanks.


Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-8007395.

@simb
Copy link
Owner

simb commented Aug 24, 2012

That is actually why I have not been working with the lib. I didnt want to have to write all the failover to http polling and other bits that are already in the js socket.io client. I wrote this because I needed it for a flash project, but we have moved on to mostly js and phonegap apps. Since this only does websockets its not as robust as the js libraries.

do you have a simple test case you can submit? If so I can try to debug the 0.9 issue this weekend.

@hayesmaker
Copy link
Author

Hiya, yeah here's a simple test client.. It should say connected in one of
the textfields when the connection is made.

Chrome developer tools shows some kind of handshake,, but this doesn't have
the logging I added because it uses the 0.7.x beta swc from the github
downloads.

On Fri, Aug 24, 2012 at 5:32 PM, Simeon Bateman notifications@github.comwrote:

That is actually why I have not been working with the lib. I didnt want to
have to write all the failover to http polling and other bits that are
already in the js socket.io client. I wrote this because I needed it for
a flash project, but we have moved on to mostly js and phonegap apps. Since
this only does websockets its not as robust as the js libraries.

do you have a simple test case you can submit? If so I can try to debug
the 0.9 issue this weekend.


Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-8007621.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants