Closed LasseRosenow closed 5 days ago
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Memory usage after merging this PR will be:
Okay this should be finished now.
I am not sure why these tests fail. It seems my unit test cannot find the tcp_ip_channel.c file, but locally it compiles and runs on my computer.
The client and server seem to be non blocking now, so the configuration in tcp_ip_channel.c was successful from what I can see. I added tests for this also. The way the test works is a bit rough for now: If the tcp_ip_channel blocks even though not allowed, the test will probably never finish. I am not sure if the CI has timeouts for that.
But as long as everything finishes running at least we know it is non-blocking. :) 🤓
Okay I added some comments to explain some important code parts
Coverage after merging new-network-channel-interface into main will be
58.96% |
---|
Closes #83 Closes #88