Pithikos / python-websocket-server

A simple fully working websocket-server in Python with no external dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xba in position 0: invalid start byte

lzcdawang opened this issue · comments

hi,This error often occurs when I implement a simple echo server,how to solve this problem

这个是握手的问题,你的client发送的时候,结尾有问题

any luck figuring this out?

commented

Related: #72