Submits an asynchronous request on this socket to receive data. Upon successful reception of at most data.length bytes onReceive will be called with the received bytes as a slice of data.
receiveExactly, receiveFrom
See Implementation
Submits an asynchronous request on this socket to receive data. Upon successful reception of at most data.length bytes onReceive will be called with the received bytes as a slice of data.