You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
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:
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 usehttp.request
seems to fix this issue. I've fixed this in socket.io-client here:https://github.com/tristanz/socket.io-client
The text was updated successfully, but these errors were encountered: