Skip to content

paddyb/edge_case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edge_case

example code for an edge.js issue

clone and run nnpm install

>node io.js to invoke the proxy and fetch data

>node ex.js to run an express route that invokes the proxy and fetches data

change proxy/DataProxy.cs from

public async Task<object> GetData(object args)
{
    return await Task.Run(()=> data);
}

to

public async Task<object> GetData(object args)
{
    return data;
}

rebuild and verify express route doesn't hang

About

example code for an edge.js issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published