Make sure to convert text output to text. Resolves #2102.
This commit is contained in:
parent
1e40d8fbc0
commit
9d7461e21e
1 changed files with 2 additions and 0 deletions
|
|
@ -249,6 +249,8 @@ class WebSocketClient(WebSocketServerProtocol, Session):
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
return
|
return
|
||||||
|
# just to be sure
|
||||||
|
text = to_str(text)
|
||||||
|
|
||||||
flags = self.protocol_flags
|
flags = self.protocol_flags
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue