shawnallen85 edited a comment on issue #46: URL: https://github.com/apache/openwhisk-runtime-dotnet/issues/46#issuecomment-750973261
We support async/await methods in the .NET runtime. https://docs.microsoft.com/en-us/dotnet/csharp/async The [testEchoNoWrite](https://github.com/apache/openwhisk-runtime-dotnet/blob/66449cb972a547825b8ca40c4159bf933097edd6/tests/src/test/scala/actionContainers/DotNet3_1ActionContainerTests_2_2.scala#L54) test (in all runtimes) should be calling this [method](https://github.com/apache/openwhisk-runtime-dotnet/blob/66449cb972a547825b8ca40c4159bf933097edd6/tests/dotnetshared/Echo.cs#L31), which is asynchronous. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
