Read at most s bytes from the channel.
Note that this is slow because the data is copied to keep the interface memory safe. Prefer the one that takes a buffer
See Implementation
Read at most s bytes from the channel.
Note that this is slow because the data is copied to keep the interface memory safe. Prefer the one that takes a buffer