shadowsocks / shadowsocks-nodejs

https://github.com/shadowsocks/shadowsocks
Other
1.25k stars 724 forks source link

TypeError: Cannot call method 'destroy' of null #52

Closed hieixu closed 11 years ago

hieixu commented 11 years ago

node -v v0.8.21 git branch -v

timers.js:103 if (!process.listeners('uncaughtException').length) throw e; ^ TypeError: Cannot call method 'destroy' of null at Socket. (/var/ss9/server.js:208:22) at Socket.g (events.js:192:14) at Socket.EventEmitter.emit (events.js:93:17) at Socket._onTimeout (net.js:188:8) at Timer.list.ontimeout (timers.js:101:19) shadowsocks-nodejs v1.2.3

clowwindy commented 11 years ago

This bug has been fixed in 1.2.4.

hieixu commented 11 years ago

Thank you.