Improving the performance of the read_message by not splitting the da… (#90)
* Improving the performance of the read_message by not splitting the data into 1024 chunks and stitching them together as you go, instead receiving the entire message all at once. * Updating the changelog
Loading
Please register or sign in to comment