Closed nekolab closed 8 years ago
The stream returned by conn.**** fires finish event too early, the data event still fires after finish fired. It's wired, can we fix it?
conn.****
finish
data
Quick guess, use "end" instead of "finish"
Yes!!! It works!!! My bad, I just noticed it's a readable stream Thanks~
The stream returned by
conn.****
firesfinish
event too early, thedata
event still fires afterfinish
fired. It's wired, can we fix it?