Hi,
I am writing some unittest for phoenix channel.
For the sake of convenience in debugging, I want to flush message mailbox the unittest process receive during the unittest, then push new socket message and assert new reply.
But I don’t want to mess up the output of my terminal when using flush(), how can I supress the output of flush() or Should I use other method to clean the mailbox?
Thanks.