❔ CSharp Socket Stream Stacks
The stream buffer stacks data, instead of receiving, processing, repeating loop.
I am trying to receive json data, but the data gets stacked into a single buffer. (Shown in the image posted)
Is it because the receive size needs to be satisfied fully before unblocking the Receive call?
2 Replies