NetCoreServer
NetCoreServer copied to clipboard
Receive bytes manually
How can I read exact count of bytes from stream? I know i can override receive method but i want to find out if there is a better way.
What's wrong with overriding the OnReceived method?
I need to read exact number of bytes from the buffer. When overriding the OnReceived method, I have to manage a seperate buffer.