()
| 247 | private setTransport(transport: Transport) { |
| 248 | const onError = this.onError.bind(this); |
| 249 | const onReady = () => this.flush(); |
| 250 | const onPacket = this.onPacket.bind(this); |
| 251 | const onDrain = this.onDrain.bind(this); |
| 252 | const onClose = this.onClose.bind(this, "transport close"); |