I am trying to check a node messages from other nodes, but in some other way besides flush() , because the message size is quite large and this does not help. In addition, I can see messages with erlang:process_info(self(), messages_queue_len). but I would like to somehow extract one message at a time in some variable for debugging purposes.
source share