Skip to content

Commit 6f3b4e5

Browse files
committed
fixed invalid ensure parser
1 parent cc86a13 commit 6f3b4e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Documents/Subscriptions/SubscriptionWorker.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ export class SubscriptionWorker<T extends object> implements IDisposable {
154154

155155
this._tcpClient = result.socket;
156156

157-
this._ensureParser(result.socket);
158-
159157
this._supportedFeatures = result.supportedFeatures;
160158

161159
if (this._supportedFeatures.protocolVersion <= 0) {

0 commit comments

Comments
 (0)