OpenTSDB / tcollector

Data collection framework for OpenTSDB
http://opentsdb.net
GNU Lesser General Public License v3.0
513 stars 359 forks source link

Fixed issue between python2.7 and python3 socket.sendall() #460

Closed rbuck23 closed 6 months ago

rbuck23 commented 3 years ago

python3 takes a byte array

vasiliyk commented 6 months ago

Randy, thank you for contributing!

tcollector will drop support of python <=3.4.x from next relase (version 1.3.3) , please see here https://github.com/OpenTSDB/tcollector/blob/master/CHANGELOG.md

I will use your commit for python 3 and drop python 2.7 support

vasiliyk commented 6 months ago

Merged with commit https://github.com/OpenTSDB/tcollector/commit/b852359e7542310cae51e8fedea3babfee0c960d

Thank you!