diff --git a/src/packages/LiveClient.ts b/src/packages/LiveClient.ts index deaf5b3c..12501c15 100644 --- a/src/packages/LiveClient.ts +++ b/src/packages/LiveClient.ts @@ -150,10 +150,5 @@ export class LiveClient extends AbstractWsClient { type: "CloseStream", }) ); - - // close the socket from the client end - if (this._socket.readyState === LiveConnectionState.OPEN) { - this._socket.close(); - } } }