x1ngchen
Results
2
comments of
x1ngchen
@markw63 When the opcode sent by server is 8, `self._connection.recv()` will return `''` to packet_text.So the extra lines can not avoid the error of "string index out of range error"...
@markw63 WebSocket Protocol :[https://tools.ietf.org/html/rfc6455#page-36](url)