My aim is to make message reading from a socket completely nonblocking, so that I can instantly return a None if the message hasn\'t been sent completely or if ther
None