Sometimes (~50% of the time actually), the CLI test fails on gitlab because of the following error:
Error connecting to the Gossiper: Post "http://127.0.0.1:2001/message": dial tcp 127.0.0.1:2001: connect: connection refused
As advised for homework 0, I use the normal http library, specifically the Post function.
Would you have a clue of what I'm doing wrong ?
Thank you for you help !