tests for stream hanging, change node

This commit is contained in:
DieMyst
2022-06-23 13:59:53 +03:00
parent e111d51f17
commit eec1917df6
28 changed files with 622 additions and 173 deletions

View File

@ -0,0 +1,13 @@
import {accumRes, bugLNG63, bugLNG63_2} from "../compiled/examples/streamCan";
export async function streamCanCall() {
return await accumRes();
}
export async function bugLNG63Call() {
return await bugLNG63();
}
export async function bugLNG63_2Call() {
return await bugLNG63_2();
}