Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Doesn't work with Node 0.6 #18

Open
tristanz opened this issue Nov 10, 2011 · 1 comment
Open

Doesn't work with Node 0.6 #18

tristanz opened this issue Nov 10, 2011 · 1 comment

Comments

@tristanz
Copy link

This library seems broken with Node 0.6. The issue, I think, is that http.createClient is deprecated (it no longer is in the docs at least.) Switching the code over to use http.request seems to fix this issue. I've fixed this in socket.io-client here:

https://github.com/tristanz/socket.io-client

@alaingilbert
Copy link

alaingilbert@1e7d7a8

This fix the lib for v0.5 and v0.6 of nodejs. (backward compatible with v0.4)

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

No branches or pull requests

2 participants