Client will data by bytes type into the STR type, server send (data) encode (' utf-8) sent to the server, sent successfully, no error,
But the service side the sock. Recv (1024). The decode (' utf-8 ') is always an error:
UnicodeDecodeError: 'utf-8' codec can 't decode byte 0 xc3 position in 1023: unexpected end of data
Is data in the client sends and server-side recv in the process of change? !
