I've got a NetTcp WCF service running on my server, and a client that's calling one of the methods of that service asynchronously.
When the server returns small amounts of data, everything is hunky dory. But when there's a lot of data to return, the client summarily crashes, without even so much as an exception to catch.
From what I can see, the crash happens almost immediately after the server returns the data.
Any ideas how to debug this? Is there some setting on the service that I should be tweaking to allow me to return large volumes of data in this call?