tj / axon

message-oriented socket library for node.js heavily inspired by zeromq
MIT License
1.5k stars 155 forks source link

add ability to use single socket #160

Open ghost opened 8 years ago

ghost commented 8 years ago

sometimes the socket gets hung up , restarting the client does not help because the new client will create a new socket connection, we need ability to force close the hung socket just by restarting client.