DotNetty project – a port of netty, event-driven asynchronous network application framework
-
Updated
Jul 19, 2021 - C#
What would you like to be added:
now, we have one integrate test example, add more
Why is this needed:
Add a description, image, and links to the protocols topic page so that developers can more easily learn about it.
To associate your repository with the protocols topic, visit your repo's landing page and select "manage topics."
Writing tests for nodes and workers is complex due to their async nature. In tests we can't use the #[ockam::node] attribute, and instead use the method of
This method has problems: if a test assertion fails inside of this async block, the test will not fail. Instead, the Node remains alive. I believe