I am writing a C# client to connect to a Node.JS server. Things were working alright, but at one point the receive function stopped working. I was able to determine that accessing the string received by the client is freezing the thread. Some code excerpts:I am writing a C# client to connect to a Node.J