Skip to content

Commit eab7b2f

Browse files
remove unnecessary pausing of stream
1 parent d2d1e82 commit eab7b2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cmap/connection.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,6 @@ export class Connection extends TypedEventEmitter<ConnectionEvents> {
237237
.on('error', this.onError.bind(this));
238238
this.socket.on('close', this.onClose.bind(this));
239239
this.socket.on('timeout', this.onTimeout.bind(this));
240-
241-
this.messageStream.pause();
242240
}
243241

244242
public get hello() {

0 commit comments

Comments
 (0)