bsm / redeo

High-performance framework for building redis-protocol compatible TCP servers/services
Apache License 2.0
438 stars 39 forks source link

do real close when close server #7

Closed ngaut closed 9 years ago

dim commented 9 years ago

Thanks for the PR, but I think this needs to be implemented slightly differently. One concern is that you are using info for client detection, which is really not the ideal place to track clients. Info is a quick container to store basic information about the server status.

ngaut commented 9 years ago

@dim any thoughts?

ngaut commented 9 years ago

Thanks