dpallot / simple-websocket-server

A python based websocket server that is simple and easy to use.
950 stars 320 forks source link

should encode with utf-8 and return as TEXT if data is str on python2.7 #88

Closed lgt1001 closed 5 years ago

lgt1001 commented 6 years ago

should encode with utf-8 and return as TEXT if data is str on python2.7