mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-07-02 12:21:56 +00:00
tests for stream hanging, change node
This commit is contained in:
13
src/examples/streamCanCall.ts
Normal file
13
src/examples/streamCanCall.ts
Normal 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();
|
||||
}
|
Reference in New Issue
Block a user