This commit is contained in:
Sambo Chea 2022-12-22 15:25:51 +07:00
commit fe38f051ff
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -57,7 +57,7 @@ class TunnelResponse extends stream.Duplex {
super();
if (duplex) {
// for websocket request bidirection
// for websocket request: bidirection
const onResponsePipe = (responseId: string, data: any) => {
if (this.responseId === responseId) {
this.push(data);