fix: websocket fix
This commit is contained in:
parent
0cff4113f3
commit
0692de2179
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ export class WebSocketTransport implements TelegramTransport {
|
||||||
return connectWs({
|
return connectWs({
|
||||||
url,
|
url,
|
||||||
implementation: this._WebSocket,
|
implementation: this._WebSocket,
|
||||||
|
protocols: 'binary',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue