Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
572 stars 91 forks source link

close TServerSocket socket after server disconnect #184

Closed pawl closed 2 years ago

pawl commented 2 years ago

This is the same as this other PR that was recently merged: https://github.com/Thriftpy/thriftpy2/pull/183

But it fixes the issue in TServerSocket too.

pawl commented 2 years ago

@ethe would you be up for merging this one? It's pretty much the same as this other one you merged recently: https://github.com/Thriftpy/thriftpy2/pull/183