Retrieve the next websocket frame of the stream and discard the current
one
This function is helpful if one wish to process frames by frames,
or minimize memory allocation, as peek will only return the current
frame data, and read requires a pre-allocated buffer.
Retrieve the next websocket frame of the stream and discard the current one
This function is helpful if one wish to process frames by frames, or minimize memory allocation, as peek will only return the current frame data, and read requires a pre-allocated buffer.