Only getting the first chunk
elbunuelo opened this issue · 5 comments
I'm not sure if this goes here, but I'm using the library to connect through tor and I'm only getting the first chunk of the response. Do you know anything about this issue?
Yes, this is is an issue only since node 0.10.0. If you switch to 0.8.22 then it works fine. It's to do with the new readable streams implementation in node.
I suspect the issue is with the drain event not being chained properly. I'll investigate tonight.
Awesome! Thanks
Still can't find the problem. This is really driving me crazy. I'll try again as soon as I get another chance.
Wow! Thanks for your hard work, man. I can confirm it works on 0.8.22
OK, fixed in mattcg/socks5-client v0.3.3. If you npm update
everything should be working now.