I would like to create either a receiver thread that only monitors incoming/MT data OR setup a callback function to receive all incoming messages. Does such a thing exists?
I currently send a message and use recv() to receive messages - which is good for testing but not practical for production.