Visual Studio Code – When using StreamReader the file isn't read
When I use StreamReader` for some reason the file I use isn't read. can I get any help? I tried deleting the file and putting it in again but it didn't work
When I use StreamReader` for some reason the file I use isn't read. can I get any help? I tried deleting the file and putting it in again but it didn't work
I start learning to work with socket recently. The behaviour I see in documentation is that when reading stream with a buffer, it return zero to indicate reader reached end of stream. private static async Task ProcessStreamAsync(NetworkStream stream) { while…