We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc86a13 commit 6f3b4e5Copy full SHA for 6f3b4e5
src/Documents/Subscriptions/SubscriptionWorker.ts
@@ -154,8 +154,6 @@ export class SubscriptionWorker<T extends object> implements IDisposable {
154
155
this._tcpClient = result.socket;
156
157
- this._ensureParser(result.socket);
158
-
159
this._supportedFeatures = result.supportedFeatures;
160
161
if (this._supportedFeatures.protocolVersion <= 0) {
0 commit comments