My application using NetworkComms does it’s thing for about 3-5 minutes and then it crashes with an exception in DPSBase.StreamWriteWithTimeout
See screenshot here: http://screencast.com/t/tjjQuF3OYVFl
{Cannot evaluate expression because the current thread is in a stack overflow state.}
Never seen that before. Stackoverflow exceptions generally only occur if you are doing something iteratively, but NetworkComms.Net does not have anything like that. If you enable logging, link here, it might provide some useful information.