Is data pending on the socket? Also check isMessageBuffered to see if there is already a message in memory too.
If this returns true, you can call lowLevelReceive, then try isMessageBuffered again.
blocking_api
See Implementation
Is data pending on the socket? Also check isMessageBuffered to see if there is already a message in memory too.
If this returns true, you can call lowLevelReceive, then try isMessageBuffered again.