In webSocket.ReceiveAsync(buffer, token) method, why do I need to pass buffer bytes array as a parameter (to save the incoming data in) when the function returns the received data? method
In webSocket.ReceiveAsync(buffer, token) method, why do I need to pass buffer bytes array as a parameter (to save the incoming data in) when the function returns the received data? method