Merge "Send binary to websocket proxy" into stable/train
This commit is contained in:
@@ -263,7 +263,7 @@ class WebSocketClient(BaseClient):
|
|||||||
return self.ws.fileno()
|
return self.ws.fileno()
|
||||||
|
|
||||||
def send(self, data):
|
def send(self, data):
|
||||||
self.ws.send(data)
|
self.ws.send_binary(data)
|
||||||
|
|
||||||
def recv(self):
|
def recv(self):
|
||||||
return self.ws.recv()
|
return self.ws.recv()
|
||||||
|
|||||||
Reference in New Issue
Block a user