Feature/xx 4450/fix integration
Summary: This partially fixes integration, specifically two bugs.
- The first is that error log prints are added to the comms layer if you cannot server http/https, something that is expected to happen when running integration. I added filters when checking for error prints in the gateway logs for these specific prints.
- Integration tests for channels were consistently failing, I determined there was a bug in the cmd/ path where the program could close before receiving all it's messages. I added some logic to wait for messages to be received or timeout and fail
Edited by Josh Brooks