tryReceiveBinary

Immediately returns binary data from the data channel or null if no binary message is available.

This method does not suspend and returns immediately. If a binary message is available, its data is returned; otherwise, null is returned. If the next message is a text message, null is returned.