Skip to content

Commit 758c855

Browse files
committed
fix
1 parent 7df4ebc commit 758c855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/network/onewaydata/source/onewaydata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const createEventStream = (options) => {
112112
const index = responses.indexOf(response);
113113
if (index !== -1) {
114114
responses.splice(index, 1);
115-
requests.push(index, 1);
115+
requests.splice(index, 1);
116116
eventStream.emit(DISCONNECT, { response });
117117
}
118118
});

0 commit comments

Comments
 (0)