We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df4ebc commit 758c855Copy full SHA for 758c855
1 file changed
js/network/onewaydata/source/onewaydata.js
@@ -112,7 +112,7 @@ const createEventStream = (options) => {
112
const index = responses.indexOf(response);
113
if (index !== -1) {
114
responses.splice(index, 1);
115
- requests.push(index, 1);
+ requests.splice(index, 1);
116
eventStream.emit(DISCONNECT, { response });
117
}
118
});
0 commit comments